mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
5 lines
60 B
Makefile
5 lines
60 B
Makefile
|
all:
|
||
|
cd src; make; cd ..
|
||
|
clean:
|
||
|
cd src; make clean; cd ..
|