summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3b8b956fd..000000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-UPDATE=update.txt
-
-clean:
- rm -f *~ DEADJOE core
-
-backup:
- @echo "- Generating $(UPDATE) ..."
- @echo "This tarball has been created on:" > $(UPDATE)
- @date >> $(UPDATE)
- @echo "- Removing older archives ..."
- @rm -f drop.tar.gz
- @echo "- Archiving PHP files ..."
- @tar -cf drop.tar *
- @gzip drop.tar
- @cp -f drop.tar.gz /home/dries/backup
- @echo "- A fresh archive is now available at http://www.drop.org/drop.tar.gz."
- @echo " (MySQL backup NOT included.)" \ No newline at end of file