symtab/Makefile: Fix an error in the clean target.

This commit is contained in:
Gregory Nutt
2019-08-13 15:33:58 -06:00
parent 8405f6510c
commit eca3601697
+2 -2
View File
@@ -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