mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +00:00
6 lines
68 B
Makefile
6 lines
68 B
Makefile
|
all:
|
||
|
cd uoj_judger && $(MAKE)
|
||
|
|
||
|
clean:
|
||
|
cd uoj_judger && make clean
|