From 4a75833ffaed0c8cf0df5ac45258c740d8978cef Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 18 Mar 2012 17:18:20 -0400 Subject: [PATCH] just a bit of tidying --- zeromq/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zeromq/Makefile b/zeromq/Makefile index 8ac202d..ade6e01 100644 --- a/zeromq/Makefile +++ b/zeromq/Makefile @@ -11,4 +11,8 @@ TARGETS := hwserver hwclient wuserver wuclient taskvent taskwork tasksink all: $(TARGETS) -.PHONY: all +clean: + rm -vf $(TARGETS) + + +.PHONY: all clean