Skip to content

Commit

Permalink
Merge pull request #1 from MathieuBt/master
Browse files Browse the repository at this point in the history
Makefile + fixed bootstrap
  • Loading branch information
hbbio committed Feb 27, 2012
2 parents 8ece7aa + 1b62edd commit a34e2d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,5 @@
webchat.exe: webchat.opa
opa --parser js-like $<

clean::
rm -rf _build _tracks webchat.exe
2 changes: 1 addition & 1 deletion webchat.opa
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
import stdlib.themes.bootstrap import stdlib.themes.bootstrap.v1_4_0


type message = { string author, string text } type message = { string author, string text }


Expand Down

0 comments on commit a34e2d1

Please sign in to comment.