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