Commit 956f197d authored by zygzagZ's avatar zygzagZ

Makefile make zip

parent 930fc8a1
......@@ -3,8 +3,10 @@ CCFLAGS=-g -W -Wall -O0 -std=c++2a -Wno-unused-parameter
.PHONY : clean distclean
all : latc_x86
all : latc_x86 lib/runtime.o
dist: all clean
rm -f pc394130.tar.gz
tar -czvf pc394130.tar.gz src lib Makefile README
clean :
rm -f *.o latc_x86 Grammar.aux Grammar.log Grammar.pdf Grammar.dvi Grammar.ps Grammar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment