mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +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:
|
||||
$(call DELFILE, $(BIN))
|
||||
symtab.c
|
||||
rm -f tmp.csv
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE, symtab.c)
|
||||
$(call DELFILE, tmp.csv)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user