summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-16 10:45:00 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-16 10:45:00 (GMT)
commit69e30efee31d53ad19093c86b4acf46844ac6ce3 (patch)
tree70f7b98b2ad49eff3b5b1c6e10cc228ddec9f209 /Makefile
parentdcce1a8d1335e89dcf9d64bb2202e34d8f58f3cd (diff)
rename executables to hbbp[cd]
referring to the implemented home brew broadcast protocol
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e3d3db..b4d556b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
-all: broadcaster listener
+BIN=hbbpd hbbpc
+
+all: $(BIN)
.PHONY: clean
clean:
- rm -f broadcaster listener *~
+ rm -f $(BIN) *~
contact: Jan Huwald // Impressum