haxchi/Makefile
orboditilt ba142e1ca0 - Added the haxchi installer
- Move roms creation into sub folder
- re-add support for other base games
2019-08-14 22:06:31 +02:00

7 lines
150 B
Makefile

all:
$(MAKE) -C "payload_generator"
$(MAKE) -C "haxchi_installer"
clean:
$(MAKE) -C "payload_generator" clean
$(MAKE) -C "haxchi_installer" clean