just a bit of tidying

This commit is contained in:
Dan Buch 2012-03-18 17:18:20 -04:00
parent ca884b04a0
commit 4a75833ffa

View File

@ -11,4 +11,8 @@ TARGETS := hwserver hwclient wuserver wuclient taskvent taskwork tasksink
all: $(TARGETS)
.PHONY: all
clean:
rm -vf $(TARGETS)
.PHONY: all clean