diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-12 02:29:41 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-12 02:29:41 +1030 |
commit | 224c4942be0b22d53e0cdbbb072a31a637b58d6b (patch) | |
tree | 51ceb65075eacdcc191cbe49e334642a621514cb /makefile | |
parent | 62dfa938e3a5536671f3270bf12d658846fb5b07 (diff) | |
download | websitegenerator-224c4942be0b22d53e0cdbbb072a31a637b58d6b.tar.gz websitegenerator-224c4942be0b22d53e0cdbbb072a31a637b58d6b.zip |
fix makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,6 @@ $(TARGET): $(OBJECTS) clean: -rm -f *.o - -rm 0f *.tmp + -rm -f *.tmp -rm -f $(TARGET) |