1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-18 11:14:37 +00:00
2017-04-07 11:15:39 +08:00

6 lines
68 B
Makefile

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