mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-03-15 00:27:03 +00:00
6 lines
68 B
Makefile
6 lines
68 B
Makefile
|
all:
|
||
|
cd uoj_judger && $(MAKE)
|
||
|
|
||
|
clean:
|
||
|
cd uoj_judger && make clean
|