valve/src/Makefile

7 lines
80 B
Makefile

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