valve/src/Makefile

6 lines
80 B
Makefile

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