cidserv/Makefile

7 lines
90 B
Makefile

all:
cd src && make
cd xcid && make
clean:
cd src && make clean
cd xcid && make clean