nuclide/src/Makefile
Marco Hladik 02efa21e3d Move game-specific sources into their respective mod-dirs. This was planned
for a while and was inevitable. Latest fteqcc required that fixes a limit
with paths. Also added src/server/mapcycle.qc
2021-02-08 13:35:15 +01:00

9 lines
89 B
Makefile

all:
make menu
make plugs
menu:
cd menu-fn && $(MAKE)
plugs:
cd plugins && $(MAKE)