nuclide/base/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

5 lines
60 B
Makefile

CC=fteqcc
all:
cd client && $(MAKE)
cd server && $(MAKE)