summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-04-26 13:33:04 +0200
committerTobias Klauser <tklauser@distanz.ch>2009-04-26 13:33:04 +0200
commite5d29b3271da1eab48041032fd7f922486ad54a5 (patch)
treed2eda186dff3066fb2cfc79521394690e55b36fd /Makefile
parentac0f5eb7ebb98c19220b1ed7044c282d72b72845 (diff)
Added multi-send-key script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b207c9f..2b9b618 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BINDIR = $(HOME)/bin
-TARGETS = mkheader.py isprime
+TARGETS = mkheader.py isprime multi-send-key
all: $(TARGETS)
@echo "Nothing to be done"