tfc/src/Makefile

6 lines
60 B
Makefile
Raw Normal View History

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