summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-01-12 01:46:00 +1030
committerDaniel Jones <admin@danieljon.es>2020-01-12 01:46:00 +1030
commit154c94f59045d1f0af52ca4a058b42d7f8790220 (patch)
tree0fdce772f1c4b25b2254d2bd9ba1c689133fd0bf /makefile
parentb57adf7a8c5ba78fdfdbf9f33dbd4837f10dd5a3 (diff)
downloadwebsitegenerator-154c94f59045d1f0af52ca4a058b42d7f8790220.tar.gz
websitegenerator-154c94f59045d1f0af52ca4a058b42d7f8790220.zip
finished rss generation
added rss button to template
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index c818ff3..76b4a8b 100644
--- a/makefile
+++ b/makefile
@@ -21,5 +21,6 @@ $(TARGET): $(OBJECTS)
clean:
-rm -f *.o
+ -rm 0f *.tmp
-rm -f $(TARGET)