Makefile: run silently even when ROMs to delete don't exist
This commit is contained in:
parent
541c1ca04f
commit
c79de1011f
1 changed files with 1 additions and 1 deletions
2
dist/ROMs/Makefile
vendored
2
dist/ROMs/Makefile
vendored
|
@ -3,7 +3,7 @@
|
||||||
get-roms: sxrom-a sxrom-b sxrom-c sxrom-d sxrom-e sxrom-j gxrom-l gxrom-m gxrom-p gxrom-r
|
get-roms: sxrom-a sxrom-b sxrom-c sxrom-d sxrom-e sxrom-j gxrom-l gxrom-m gxrom-p gxrom-r
|
||||||
|
|
||||||
mrproper:
|
mrproper:
|
||||||
-rm ./sxrom-a ./sxrom-b ./sxrom-c ./sxrom-d ./sxrom-e ./sxrom-j ./gxrom-l ./gxrom-m ./gxrom-p ./gxrom-r
|
rm -f ./sxrom-a ./sxrom-b ./sxrom-c ./sxrom-d ./sxrom-e ./sxrom-j ./gxrom-l ./gxrom-m ./gxrom-p ./gxrom-r
|
||||||
|
|
||||||
sxrom-a:
|
sxrom-a:
|
||||||
curl "https://www.hpcalc.org/hp48/pc/emulators/sxrom-a.zip" --output - | funzip > "sxrom-a"
|
curl "https://www.hpcalc.org/hp48/pc/emulators/sxrom-a.zip" --output - | funzip > "sxrom-a"
|
||||||
|
|
Loading…
Reference in a new issue