Skip to content

Commit

Permalink
Don't fetch ROMs during install
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Aug 11, 2024
1 parent 6271bc7 commit 624d4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ clean:

mrproper: clean
rm -f dist/mkcard dist/checkrom dist/dump2rom dist/x48ng
make -C dist/ROMs mrproper

clean-all: mrproper

Expand All @@ -165,7 +166,7 @@ get-roms:
dist/config.lua: dist/x48ng
$^ --print-config > $@

install: all get-roms dist/config.lua
install: all dist/config.lua
install -m 755 -d -- $(DESTDIR)$(PREFIX)/bin
install -c -m 755 dist/x48ng $(DESTDIR)$(PREFIX)/bin/x48ng

Expand Down
2 changes: 1 addition & 1 deletion dist/ROMs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

mrproper:
-rm sxrom-a sxrom-b sxrom-c sxrom-d sxrom-e sxrom-j gxrom-l gxrom-m gxrom-p gxrom-r
-rm ./sxrom-a ./sxrom-b ./sxrom-c ./sxrom-d ./sxrom-e ./sxrom-j ./gxrom-l ./gxrom-m ./gxrom-p ./gxrom-r

sxrom-a:
curl "https://www.hpcalc.org/hp48/pc/emulators/sxrom-a.zip" --output - | funzip > "sxrom-a"
Expand Down

0 comments on commit 624d4e9

Please sign in to comment.