diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-05-06 11:57:07 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-05-06 11:57:07 +0200 |
commit | 863c8225412c60be62ef3ba1de4b83aa2e53d0b6 (patch) | |
tree | 7c6f2fc7a62f07c888de6c69d651f18aafb99c38 /Makefile | |
parent | b674aa902311b081e8806f076c24d35cb54283f8 (diff) |
Add rename-patch (from Jean Delvare)
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 isprime multi-send-key perm.py git2svn-sync svn2git-sync +TARGETS = mkheader.py isprime multi-send-key perm.py git2svn-sync svn2git-sync rename-patch all: $(TARGETS) @echo "Nothing to be done" |