Makefile: fix tar path

This commit is contained in:
yzh
2017-08-17 00:21:47 +08:00
parent 322acff6af
commit 650f693084

View File

@ -8,6 +8,6 @@ clean:
submit: clean submit: clean
git gc git gc
cd .. && tar cj $(basename $(shell pwd)) > $(STU_ID).tar.bz2 cd .. && tar cj $(shell basename `pwd`) > $(STU_ID).tar.bz2
.PHONY: clean submit .PHONY: clean submit