mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
more build and clean fixes
This commit is contained in:
@@ -122,7 +122,7 @@ install:: all
|
||||
( echo "install in `pwd`/$$dir" ; cd "$$dir" ; make clobber ) ; \
|
||||
done
|
||||
|
||||
clobber: clean
|
||||
clobber:: clean
|
||||
-rm -f $$($(CASEFN) $(filter-out $(NODELETE),$(OBJECTS)))
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
( echo "clobbering in `pwd`/$$dir" ; cd "$$dir" ; make clobber ) ; \
|
||||
|
||||
Reference in New Issue
Block a user