make clean rule
This commit is contained in:
@@ -14,3 +14,6 @@ keywords.c: KEYWORDS.txt keywords.h
|
|||||||
|
|
||||||
# keywords.c doesn't strictly depend on keywords.h, but I want make to
|
# keywords.c doesn't strictly depend on keywords.h, but I want make to
|
||||||
# remake if keywords.h is touched.
|
# remake if keywords.h is touched.
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -vf *.o
|
||||||
|
|||||||
Reference in New Issue
Block a user