X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=ae7d943432f463b8a741ceec1fd6449ddfdf1141;hb=3b6789d9406dc890f4c9386c227986739652f97d;hp=ffe3a9ea4a72866abd0e354a0dd2e028eb10af46;hpb=b09e79496d929d0e310ffeeb9e28c8949a56e10b;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