From 422435e2136d8d49dbba8e6d37060d3617ce60c6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 29 Jul 2019 19:10:19 -0400 Subject: do not build non-existent stack project --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 71acace..630bccd 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +none: + @echo hello world + all: build install reload .PHONY: build install reload -- cgit v1.2.3