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