summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--urldecode.php (renamed from urldecode.sh)0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37508a6..8c1c72c 100644
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,6 @@ clean:
$(RM) $(BINFILES)
$(RM) *~
+%: %.php
+ cat $< >$@
+ chmod a+x $@
diff --git a/urldecode.sh b/urldecode.php
index 1666621..1666621 100644
--- a/urldecode.sh
+++ b/urldecode.php