From c877b653013dbe48ae9e6418520948f5f231c875 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Thu, 20 Sep 2018 22:52:37 -0500 Subject: [PATCH] reverted make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48cc902..52d4f07 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export APP_VERSION := 2.0.0 .PHONY: clean all nx pc dist-bin -all: nx pc +all: nx pc dist-bin: $(MAKE) -f Makefile.nx dist-bin