S2OJ/judge_client/1/Makefile
2017-04-07 11:15:39 +08:00

6 lines
68 B
Makefile

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