summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-01-12 02:29:41 +1030
committerDaniel Jones <admin@danieljon.es>2020-01-12 02:29:41 +1030
commit224c4942be0b22d53e0cdbbb072a31a637b58d6b (patch)
tree51ceb65075eacdcc191cbe49e334642a621514cb
parent62dfa938e3a5536671f3270bf12d658846fb5b07 (diff)
downloadwebsitegenerator-224c4942be0b22d53e0cdbbb072a31a637b58d6b.tar.gz
websitegenerator-224c4942be0b22d53e0cdbbb072a31a637b58d6b.zip
fix makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 76b4a8b..c2005e9 100644
--- a/makefile
+++ b/makefile
@@ -21,6 +21,6 @@ $(TARGET): $(OBJECTS)
clean:
-rm -f *.o
- -rm 0f *.tmp
+ -rm -f *.tmp
-rm -f $(TARGET)