]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Fix two deps in the makefile.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Aug 2012 04:18:41 +0000 (00:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Aug 2012 04:18:41 +0000 (00:18 -0400)
makefile

index ae7d943432f463b8a741ceec1fd6449ddfdf1141..12e71648e3ed2cfb55b8fda4670861e1cdd21724 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,11 +12,11 @@ OBJS    := $(patsubst %.c, %.o, $(SOURCES))
 aclq: $(OBJS)
        $(CC) $(CFLAGS) $(LIBS) -o $@ $^
 
-.PHONY: clean test
+.PHONY: clean
 
 clean:
        rm -f $(OBJS)
        rm -f aclq
 
-test:
+test: aclq
        ./run-tests.sh