khanat-opennel-code/code/ryzom/client/Makefile
2010-05-11 18:07:00 +02: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