diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-12 01:46:00 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-12 01:46:00 +1030 |
commit | 154c94f59045d1f0af52ca4a058b42d7f8790220 (patch) | |
tree | 0fdce772f1c4b25b2254d2bd9ba1c689133fd0bf /makefile | |
parent | b57adf7a8c5ba78fdfdbf9f33dbd4837f10dd5a3 (diff) | |
download | websitegenerator-154c94f59045d1f0af52ca4a058b42d7f8790220.tar.gz websitegenerator-154c94f59045d1f0af52ca4a058b42d7f8790220.zip |
finished rss generation
added rss button to template
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,5 +21,6 @@ $(TARGET): $(OBJECTS) clean: -rm -f *.o + -rm 0f *.tmp -rm -f $(TARGET) |