From 2d8496682c9b7283e7c1fb48e48dd19bf091cf5e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 15 Aug 2012 00:19:18 -0400 Subject: [PATCH] Unfix one of those. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2