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

19 lines
210 B
Makefile
Raw Normal View History

2010-05-06 00:08:41 +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