hbc/wiipax/Makefile
2016-11-23 14:35:12 +09:00

12 lines
157 B
Makefile

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