Merge pull request #8 from jwillemsen/master

Replace spaces with tab to file GNU make problems
This commit is contained in:
Steffen Jaeckel 2015-02-26 12:49:39 +01:00
commit 9fe2d66519

View File

@ -116,7 +116,7 @@ stest: $(LIBNAME) demo/stest.o
.PHONY: timing
timing: $(LIBNAME) demo/timing.o
$(LT) --mode=link --tag=CC $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o timing demo/timing.o $(LIBNAME)
$(LT) --mode=link --tag=CC $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o timing demo/timing.o $(LIBNAME)
# $Source$
# $Revision$