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