mtest make-target should be PHONY

This commit is contained in:
Steffen Jaeckel 2019-01-23 10:06:35 +01:00
parent 35936e02ce
commit cac3315253
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ test_standalone: $(LIBNAME) demo/demo.o
$(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o
$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME)
.PHONY: mtest
mtest:
cd mtest ; $(CC) $(CFLAGS) $(LDFLAGS) mtest.c -o mtest