Commit cac33152539baa16d31cbda58f0bbae23ec1176d

Steffen Jaeckel 2019-01-23T10:06:35

mtest make-target should be PHONY

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/makefile.shared b/makefile.shared
index d5d1818..3955f83 100644
--- a/makefile.shared
+++ b/makefile.shared
@@ -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