Skip to content

Commit

Permalink
Some more files are actually needed in the compiled library.
Browse files Browse the repository at this point in the history
  • Loading branch information
epi committed Feb 13, 2013
1 parent 7bca602 commit ad73778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
@@ -1,4 +1,5 @@
all:
dmd -property -w -wi -O -release -noboundscheck -lib -oflibpegged.a pegged/peg.d pegged/grammar.d pegged/parser.d
dmd -property -w -wi -O -release -noboundscheck -lib -oflibpegged.a pegged/peg.d pegged/grammar.d pegged/parser.d pegged/dynamic/grammar.d pegged/dynamic/peg.d

clean:
rm -f libpegged.a

0 comments on commit ad73778

Please sign in to comment.