From 482145dd734dea6c19bc6cadfdace73cafff39d0 Mon Sep 17 00:00:00 2001 From: kremlin Date: Tue, 8 Jul 2014 01:04:16 -0500 Subject: [PATCH] "build-proper renamed" to "publish" in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bafd75a..bcf9813 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: build build: gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SANITY) $(SRCDIR)/main.c -build-proper: +publish: gcc -o bin/out.bin $(CFLAGS) $(GLIBF) $(SANITY) $(SRCDIR)/main.c clean: -- 2.41.0