From d1ccfd066e2221f2233cd55765927bd5c6622dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Mon, 14 Mar 2016 10:51:55 +0100 Subject: [PATCH] Updated build command --- Makefile | 7 ------- README.md | 2 +- elm-package.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index db5e6f8..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -elm.js: - elm-make Demo.elm --output elm.js - -clean: - rm -rf elm-stuff/build-artifacts elm.js - -.PHONY: clean elm.js diff --git a/README.md b/README.md index 3f64018..e88bb12 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim. Build the demo: - > elm-make Demo.elm + > elm-make src/Demo.elm This will construct a file `index.html`; open that in your browser. diff --git a/elm-package.json b/elm-package.json index c6e7c02..176afb7 100644 --- a/elm-package.json +++ b/elm-package.json @@ -4,7 +4,7 @@ "repository": "https://github.com/debois/elm-mdl.git", "license": "BSD3", "source-directories": [ - "." + "src" ], "exposed-modules": [ "Material",