khanat-opennel-code/code/ryzom/client/Makefile

19 lines
210 B
Makefile
Raw Normal View History

2011-05-31 16:50:16 +00:00
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