Skip to content

Commit

Permalink
Add a version recorder for moritz
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jul 20, 2010
1 parent 1dad6ad commit cebf46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ syml
.STD_build_stamp
.STD_checkout_stamp
STD_checkout
VERSION
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -5,6 +5,7 @@ COMPILER=Body.pm CgOp.pm CodeGen.pm CompilerDriver.pm Decl.pm Op.pm RxOp.pm\
Sig.pm Unit.pm Niecza/Actions.pm Niecza/Grammar.pmc .STD_build_stamp

all: Setting.dll
git rev-parse HEAD | cut -c1-7 > VERSION

test: $(COMPILER) test.pl Setting.dll
perl -MFile::Slurp -MCompilerDriver=:all -e 'header; mainline(scalar read_file("test.pl")); bootstrap' > Program.cs
Expand Down

0 comments on commit cebf46b

Please sign in to comment.