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