From 506dfb82ec908a049b6ea2e379d68ae7fd6f59fd Mon Sep 17 00:00:00 2001 From: gernest Date: Wed, 1 Feb 2017 09:36:45 +0300 Subject: [PATCH] fix name of the tar archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9728289..6634bc6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=0.1.0 -NAME=fconf_$(VERSION) +NAME=fastc_$(VERSION) build: gox \