From 36308ad71e96dffdfd15b3af9af7e86d14559c50 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 11 Oct 2021 18:54:18 -0500 Subject: [PATCH] Fix clean rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 859aa79..aff8cbe 100644 --- a/Makefile +++ b/Makefile @@ -58,4 +58,4 @@ window.js: Window.purs packages.dhall spago.dhall spago bundle-app -u-c --main Window --to window.js clean: - $(RM) -r interactive/index.html interactive/index.css interactive/index.js output/ + $(RM) -r window.js index.html index.css index.js interactive/index.html interactive/index.css interactive/index.js output/ window/ credits/index.html QVtq/index.html -- 2.45.2