]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - makefile
Fix two deps in the makefile.
[apply-default-acl.git] / makefile
index ffe3a9ea4a72866abd0e354a0dd2e028eb10af46..12e71648e3ed2cfb55b8fda4670861e1cdd21724 100644 (file)
--- 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