diff options
author | Joris Guyonvarch | 2015-03-05 22:56:42 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-05 22:56:42 +0100 |
commit | 3a2c13a77c09d1127191cfb90d42bfcd1d89f585 (patch) | |
tree | 941f2f12aa1e0119e83fe7a0630398561032c55b | |
parent | 716ce85464ee6d57a424a00d2535b3c2ce6ad9cb (diff) |
Adding a generation script
-rwxr-xr-x | gen | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/bash +elm-make src/Main.elm --output elm.js |