S2OJ/judge_client/1/Makefile
2018-09-20 17:21:40 +08:00

6 lines
68 B
Makefile

all:
cd uoj_judger && $(MAKE)
clean:
cd uoj_judger && make clean