From: Michael Orlitzky Date: Wed, 15 Aug 2012 04:19:18 +0000 (-0400) Subject: Unfix one of those. X-Git-Tag: v0.0.1~10 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=2d8496682c9b7283e7c1fb48e48dd19bf091cf5e Unfix one of those. --- diff --git a/makefile b/makefile index 12e7164..602d6fd 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ OBJS := $(patsubst %.c, %.o, $(SOURCES)) aclq: $(OBJS) $(CC) $(CFLAGS) $(LIBS) -o $@ $^ -.PHONY: clean +.PHONY: clean test clean: rm -f $(OBJS)