hbc-FIX94/wiipax/Makefile

12 lines
161 B
Makefile
Raw Normal View History

2016-11-23 06:35:12 +01:00
all:
$(MAKE) -C stub release
$(MAKE) -C client
clean distclean:
$(MAKE) -C stub distclean
$(MAKE) -C client distclean
2016-11-23 06:35:12 +01:00
install:
$(MAKE) -C client install