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