Skip to content
Snippets Groups Projects
Commit 66767ee8 authored by Ralph Giles's avatar Ralph Giles Committed by Jean-Marc Valin
Browse files

Clean up whitespace in the draft makefile.

Remove a trailing tab, and unexpand some tabs in the
source listing.
parent 27592c3e
No related branches found
No related tags found
No related merge requests found
......@@ -54,20 +54,20 @@ CFLAGS += -DFIXED_POINT=1 -DDISABLE_FLOAT_API
endif
CINCLUDES += include/ \
silk/ \
silk/float/ \
silk/fixed/ \
silk/ \
silk/float/ \
silk/fixed/ \
celt/ \
src/
# VPATH e.g. VPATH = src:../headers
VPATH = ./ \
silk/interface \
silk/src_FIX \
silk/src_FLP \
silk/src_SigProc_FIX \
silk/src_SigProc_FLP \
test
silk/interface \
silk/src_FIX \
silk/src_FLP \
silk/src_SigProc_FIX \
silk/src_SigProc_FLP \
test
LIBS = m
......@@ -123,6 +123,6 @@ opus_demo$(EXESUFFIX): $(OPUSDEMO_OBJS) $(TARGET)
opus_compare$(EXESUFFIX): $(OPUSCOMPARE_OBJS)
$(LINK.o.cmdline)
clean:
rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) $(OBJS) $(OPUSDEMO_OBJS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment