X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=602d6fd4c6e3f5321e2f691b83dfbeeca49182c6;hb=2c0cec434f75b206f33afd4972db4b2bf2f92fb6;hp=ffe3a9ea4a72866abd0e354a0dd2e028eb10af46;hpb=b09e79496d929d0e310ffeeb9e28c8949a56e10b;p=apply-default-acl.git diff --git a/makefile b/makefile index ffe3a9e..602d6fd 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: aclq + ./run-tests.sh