You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/ryzom/client/Makefile

19 lines
210 B
Makefile

15 years ago
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