summaryrefslogtreecommitdiff
path: root/rgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/Makefile')
-rw-r--r--rgo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rgo/Makefile b/rgo/Makefile
index 76282be..02800e0 100644
--- a/rgo/Makefile
+++ b/rgo/Makefile
@@ -25,7 +25,7 @@ CFLAGS = \
-Iinclude \
-g
-.PHONY: clean
+.PHONY: clean purge
$(LIB): $(OBJS)
ar r $@ $^