aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-07-08 14:04:16 +0800
committerkremlin <ian@kremlin.cc>2014-07-08 14:04:16 +0800
commit80328454ca561690a6be6ccc4940b073a1a54a3c (patch)
tree53c429b838e0a96bc6aa8980a66652f622303d3b /Makefile
parentae3d717adcc6b663aabb3562779a0c299f4088b6 (diff)
downloadsystembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar.gz
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar.bz2
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar.lz
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar.xz
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.tar.zst
systembsd-80328454ca561690a6be6ccc4940b073a1a54a3c.zip
"build-proper renamed" to "publish" in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: