From 7285a7d445a64b6749a32fb9dede95840a60d337 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Mon, 15 Jul 2024 23:40:08 -0400 Subject: [PATCH] Update Makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index acf5787..61b58b7 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,8 @@ install: npx elm-review --config preview counter/src --debug --fix-all elm-json: - elm-json install MartinSStewart/elm-nonempty-string + elm-json install MartinSStewart/elm-nonempty-string uninstall: cp vendor-open/Env.elm src/ - cp -r counter-original/src/. counter/src/ - + cp -r counter-original/src/. counter/src/ \ No newline at end of file