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