fixed another bug in clean target
This commit is contained in:
parent
e124c6906c
commit
509fb5c6d1
|
@ -320,8 +320,8 @@ configure: configure.in
|
||||||
|
|
||||||
clean: clean-cig clean-scsh
|
clean: clean-cig clean-scsh
|
||||||
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
|
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
|
||||||
link/*.image debug/*.image debug/*.debug mini mini-heap.c \
|
link/*.image debug/*.image debug/*.debug mini mini-heap.c
|
||||||
-find . -name "*~" -o -name ".#*" -o -name core -exec rm {} \;
|
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
||||||
|
|
||||||
clean-cig:
|
clean-cig:
|
||||||
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)
|
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)
|
||||||
|
|
Loading…
Reference in New Issue