6 lines
60 B
Makefile
6 lines
60 B
Makefile
|
CC=fteqcc
|
||
|
|
||
|
all:
|
||
|
cd client && $(MAKE)
|
||
|
cd server && $(MAKE)
|