From: kremlin Date: Tue, 8 Jul 2014 06:04:16 +0000 (-0500) Subject: "build-proper renamed" to "publish" in makefile X-Git-Url: http://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=80328454ca561690a6be6ccc4940b073a1a54a3c;p=systembsd.git "build-proper renamed" to "publish" in makefile --- 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: