mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
symtab/Makefile: Fix an error in the clean target.
This commit is contained in:
+2
-2
@@ -98,10 +98,10 @@ depend: .depend
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(call DELFILE, $(BIN))
|
$(call DELFILE, $(BIN))
|
||||||
symtab.c
|
|
||||||
rm -f tmp.csv
|
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
$(call DELFILE, symtab.c)
|
||||||
|
$(call DELFILE, tmp.csv)
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user