$(RM) abc -> @$(DEL) abc 2>$(NULLDEV)
This commit is contained in:
@@ -86,8 +86,8 @@ yesno.cvt: yesnores.grc yesno.c
|
||||
|
||||
|
||||
clean:
|
||||
$(RM) overlay-demores.h
|
||||
$(RM) bitmap.c
|
||||
$(RM) *.cvt
|
||||
$(RM) *.map
|
||||
$(DEL) overlay-demores.h 2>$(NULLDEV)
|
||||
$(DEL) bitmap.c 2>$(NULLDEV)
|
||||
$(DEL) *.cvt 2>$(NULLDEV)
|
||||
$(DEL) *.map 2>$(NULLDEV)
|
||||
$(foreach dir,$(DIRLIST),$(SUBDIR_recipe))
|
||||
|
||||
Reference in New Issue
Block a user