X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=12e71648e3ed2cfb55b8fda4670861e1cdd21724;hb=9c6cad97207d5d539f61e62b192335aa98fb2243;hp=ae7d943432f463b8a741ceec1fd6449ddfdf1141;hpb=60f8c02626369db69769474307a95caf61ec3d81;p=apply-default-acl.git diff --git a/makefile b/makefile index ae7d943..12e7164 100644 --- a/makefile +++ b/makefile @@ -12,11 +12,11 @@ OBJS := $(patsubst %.c, %.o, $(SOURCES)) aclq: $(OBJS) $(CC) $(CFLAGS) $(LIBS) -o $@ $^ -.PHONY: clean test +.PHONY: clean clean: rm -f $(OBJS) rm -f aclq -test: +test: aclq ./run-tests.sh