Skip to content

Commit

Permalink
update Makefile with submission zip target
Browse files Browse the repository at this point in the history
  • Loading branch information
thehbc committed Jan 29, 2018
1 parent 7762d9f commit e7db41d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
#
ANT=ant/bin/ant
GNAME= UnnamedLanguage
GSRC= $(GNAME).g
MVN=maven/bin/mvn

all: compiler

grammar:
$(ANT) antlr
$(MVN) antlr3:antlr

compiler:
$(ANT) package-jar
$(MVN) assembly:assembly

test:
$(ANT) test
$(MVN) test

clean:
$(ANT) clean


$(MVN) clean

devdist:
zip -r ulc.zip maven pom.xml Makefile ulc README.txt src

0 comments on commit e7db41d

Please sign in to comment.