hbc-FIX94/wiipax/Makefile
FIX94 4cf05be0ff
-changed a bunch to make it compile on windows (MSYS2)
-added wiiu gamepad compatibility when booting from wii vc with patched fw.img using libwiidrc
-removed upper file limit from wiiload (useful when used with wiiu homebrew launcher)
2017-10-08 01:59:33 +02:00

12 lines
161 B
Makefile

all:
$(MAKE) -C stub release
$(MAKE) -C client
clean distclean:
$(MAKE) -C stub distclean
$(MAKE) -C client distclean
install:
$(MAKE) -C client install