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
|
||||
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
|
||||
link/*.image debug/*.image debug/*.debug mini mini-heap.c \
|
||||
-find . -name "*~" -o -name ".#*" -o -name core -exec rm {} \;
|
||||
link/*.image debug/*.image debug/*.debug mini mini-heap.c
|
||||
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
||||
|
||||
clean-cig:
|
||||
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)
|
||||
|
|
Loading…
Reference in New Issue