make clean rule

This commit is contained in:
Simon Forman 2023-02-02 17:02:55 -08:00
parent 4be1cc5767
commit f74a0fe0fa
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ keywords.c: KEYWORDS.txt keywords.h
# keywords.c doesn't strictly depend on keywords.h, but I want make to
# remake if keywords.h is touched.
clean:
rm -vf *.o