From 7d8274f0332b1c92825988c6393037bf7eb12af3 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 2 Oct 2019 14:21:12 +0200 Subject: v2rw: Convert user preferences form And add a small 'formField' function to shrink the Elm form generation code a bit. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c28a78b7..71fb3f4a 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ prod: all ${PROD} clean: rm -f ${ALL_CLEAN} ${PROD} rm -f static/f/icons.png + rm -rf elm/Gen/ rm -f elm3/Lib/Gen.elm rm -rf elm/elm-stuff/build-artifacts rm -rf elm3/elm-stuff/build-artifacts -- cgit v1.2.3