don't require mtest when compiling test

This commit is contained in:
Steffen Jaeckel 2014-06-14 17:21:03 +02:00
parent c81aac2674
commit cbb1821bb9

View File

@ -90,7 +90,7 @@ install: $(LIBNAME)
mtest/mtest: mtest/mtest.o
cd mtest ; CFLAGS="$(CFLAGS) -I../" MAKE=${MAKE} ${MAKE} mtest
test: $(LIBNAME) demo/test.o mtest/mtest
test: $(LIBNAME) demo/test.o
$(CC) $(CFLAGS) demo/test.o $(LIBNAME) $(PROF) -o test
timing: $(LIBNAME) demo/test.o