mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
some more $(RM) vs $(DEL) fixing
This commit is contained in:
parent
6920b8be78
commit
b773bb9ded
@ -53,7 +53,7 @@ image.bin: image.s image.cfg
|
||||
$(CL) -t none -C image.cfg -o image.bin image.s
|
||||
|
||||
clean:
|
||||
$(DEL) $(ASMS) 2>$(NULLDEV)
|
||||
$(DEL) $(DAIS) 2>$(NULLDEV)
|
||||
$(DEL) image.bin 2>$(NULLDEV)
|
||||
@$(DEL) $(ASMS) 2>$(NULLDEV)
|
||||
@$(DEL) $(DAIS) 2>$(NULLDEV)
|
||||
@$(DEL) image.bin 2>$(NULLDEV)
|
||||
|
||||
|
@ -86,8 +86,8 @@ yesno.cvt: yesnores.grc yesno.c
|
||||
|
||||
|
||||
clean:
|
||||
$(DEL) overlay-demores.h 2>$(NULLDEV)
|
||||
$(DEL) bitmap.c 2>$(NULLDEV)
|
||||
$(DEL) *.cvt 2>$(NULLDEV)
|
||||
$(DEL) *.map 2>$(NULLDEV)
|
||||
@$(DEL) overlay-demores.h 2>$(NULLDEV)
|
||||
@$(DEL) bitmap.c 2>$(NULLDEV)
|
||||
@$(DEL) *.cvt 2>$(NULLDEV)
|
||||
@$(DEL) *.map 2>$(NULLDEV)
|
||||
$(foreach dir,$(DIRLIST),$(SUBDIR_recipe))
|
||||
|
@ -47,6 +47,6 @@ vlir.cvt: vlir.grc vlir0.s vlir1.s vlir2.s
|
||||
# $(CL) -t geos-cbm -o vlir.cvt vlir.grc vlir0.s vlir1.s vlir2.s
|
||||
|
||||
clean:
|
||||
$(DEL) test.s test.h 2>$(NULLDEV)
|
||||
$(DEL) vlir.s vlir.cvt vlir.c vlir.h 2>$(NULLDEV)
|
||||
$(DEL) *.o 2>$(NULLDEV)
|
||||
@$(DEL) test.s test.h 2>$(NULLDEV)
|
||||
@$(DEL) vlir.s vlir.cvt vlir.c vlir.h 2>$(NULLDEV)
|
||||
@$(DEL) *.o 2>$(NULLDEV)
|
||||
|
@ -55,4 +55,4 @@ turbomaster-test.prg: turbomaster-test.c
|
||||
$(CL) -t c64 turbomaster-test.c -o turbomaster-test.prg
|
||||
|
||||
clean:
|
||||
$(RM) *.prg
|
||||
@$(DEL) *.prg 2>$(NULLDEV)
|
||||
|
@ -65,7 +65,7 @@ dhgrshow: dhgrshow.c
|
||||
$(CL) -Oirs -t apple2enh --start-addr 0x4000 -m dhgrshow.map $^
|
||||
|
||||
clean:
|
||||
$(RM) hgr.dsk dhgr.dsk
|
||||
$(RM) hgrshow hgrshow.map
|
||||
$(RM) hgrtest hgrtest.map
|
||||
$(RM) dhgrshow dhgrshow.map
|
||||
@$(DEL) hgr.dsk dhgr.dsk 2>$(NULLDEV)
|
||||
@$(DEL) hgrshow hgrshow.map 2>$(NULLDEV)
|
||||
@$(DEL) hgrtest hgrtest.map 2>$(NULLDEV)
|
||||
@$(DEL) dhgrshow dhgrshow.map 2>$(NULLDEV)
|
||||
|
@ -50,12 +50,12 @@ sys.xex: sys.c
|
||||
$(CL) -t atari -o sys.xex sys.c
|
||||
|
||||
clean:
|
||||
$(RM) charmapping.xex
|
||||
$(RM) defdev.xex
|
||||
$(RM) displaylist.xex
|
||||
$(RM) mem.xex
|
||||
$(RM) multi.xex
|
||||
$(RM) ostype.xex
|
||||
$(RM) scrcode.o
|
||||
$(RM) scrcode.com
|
||||
$(RM) sys.xex
|
||||
@$(DEL) charmapping.xex 2>$(NULLDEV)
|
||||
@$(DEL) defdev.xex 2>$(NULLDEV)
|
||||
@$(DEL) displaylist.xex 2>$(NULLDEV)
|
||||
@$(DEL) mem.xex 2>$(NULLDEV)
|
||||
@$(DEL) multi.xex 2>$(NULLDEV)
|
||||
@$(DEL) ostype.xex 2>$(NULLDEV)
|
||||
@$(DEL) scrcode.o 2>$(NULLDEV)
|
||||
@$(DEL) scrcode.com 2>$(NULLDEV)
|
||||
@$(DEL) sys.xex 2>$(NULLDEV)
|
||||
|
@ -33,4 +33,4 @@ hello: hello.c
|
||||
$(CL) -t atari5200 -o hello hello.c
|
||||
|
||||
clean:
|
||||
$(RM) hello
|
||||
@$(DEL) hello 2>$(NULLDEV)
|
||||
|
@ -36,4 +36,4 @@ petscii.prg: petscii.c
|
||||
$(CL) -t $(SYS) -O -o petscii.prg petscii.c
|
||||
|
||||
clean:
|
||||
$(DEL) petscii.prg
|
||||
@$(DEL) petscii.prg 2>$(NULLDEV)
|
||||
|
@ -49,6 +49,6 @@ testn: nachtm.bin
|
||||
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/nachtm.bin
|
||||
|
||||
clean:
|
||||
$(RM) lcdtest.o audiotest.o ctest.o
|
||||
$(RM) lcdtest.bin audiotest.bin ctest.bin nachtm.bin
|
||||
$(RM) audiotest.lst lcdtest.lst ctest.lst
|
||||
@$(DEL) lcdtest.o audiotest.o ctest.o 2>$(NULLDEV)
|
||||
@$(DEL) lcdtest.bin audiotest.bin ctest.bin nachtm.bin 2>$(NULLDEV)
|
||||
@$(DEL) audiotest.lst lcdtest.lst ctest.lst 2>$(NULLDEV)
|
||||
|
@ -52,7 +52,7 @@ all: conio.pce
|
||||
../../../bin/cl65 -t pce $< -Wl -D__CARTSIZE__=${CARTSIZE} -m $*.map -o $@
|
||||
|
||||
clean:
|
||||
$(RM) conio.o conio.???
|
||||
@$(DEL) conio.o conio.??? 2>$(NULLDEV)
|
||||
|
||||
test: conio.pce
|
||||
mednafen -force_module pce $<
|
||||
|
Loading…
Reference in New Issue
Block a user