This website requires JavaScript.
Explore
Help
Sign in
vera
/
nuclide
Watch
4
Star
0
Fork
You've already forked nuclide
0
Code
Issues
32
Pull requests
Projects
Releases
Packages
Activity
9e675c212d
nuclide
/
base
/
src
/
Makefile
7 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 12:35:15 +00:00
CC
=
fteqcc
all
:
cd
client
&&
$(
MAKE
)
cd
server
&&
$(
MAKE
)
Huge cleanup. Add initial code for the revamped material definition system.
2022-06-02 00:38:52 +00:00
cd
menu
&&
$(
MAKE
)
Reference in a new issue
Copy permalink