diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-04-26 13:27:56 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-04-26 13:27:56 +0200 |
commit | ac0f5eb7ebb98c19220b1ed7044c282d72b72845 (patch) | |
tree | e4f394441b57c49a21f52e03a791d62b4ddd0ab6 /Makefile | |
parent | 24b4ce5139689426c05f6faeef33d2aa3987bf9c (diff) |
Added isprime script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ BINDIR = $(HOME)/bin -TARGETS = mkheader.py +TARGETS = mkheader.py isprime all: $(TARGETS) @echo "Nothing to be done" |