summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-02-10 11:10:35 +0100
committerTobias Klauser <klto@zhaw.ch>2010-02-10 11:10:35 +0100
commitb674aa902311b081e8806f076c24d35cb54283f8 (patch)
tree211784973b4582f5e224938e0b405e6f623de473
parentc59e6a2697048ed9917411c6f91c27266481cc27 (diff)
Add svn2git-sync to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19a6615..c9d8608 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BINDIR = $(HOME)/bin
-TARGETS = mkheader.py isprime multi-send-key perm.py git2svn-sync
+TARGETS = mkheader.py isprime multi-send-key perm.py git2svn-sync svn2git-sync
all: $(TARGETS)
@echo "Nothing to be done"