Filling in the weather update client

This commit is contained in:
Dan Buch
2012-03-17 10:22:25 -04:00
parent b79dfcbc61
commit afe51e924f
3 changed files with 32 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ LIBZMQ := /usr/local/lib/libzmq.a
$(CC) $(CFLAGS) -o $@ $^ $(LIBZMQ) $(LDFLAGS)
all: hwserver hwclient wuserver
all: hwserver hwclient wuserver wuclient
.PHONY: all