khanat-opennel-code/code/ryzom/client/Makefile
2010-05-27 07:31:08 -05:00

18 lines
210 B
Makefile

all:
+make $(MAKE_ALL_ARGS) -C src all
mono:
+make -C src all
clean:
+make -C src clean
cleansheets:
+make -C src cleansheets
update:
+make -C src update
touch:
+make -C src touch