Skip to content

Commit

Permalink
mtest make-target should be PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Jan 23, 2019
1 parent 35936e0 commit cac3315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile.shared
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cac3315

Please sign in to comment.