X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=bcf9813e2d2ffd2eb80ef95e0696300e9e900447;hp=752144ce2d6046142d3efeb687e6b768d3a6cfd9;hb=482145dd734dea6c19bc6cadfdace73cafff39d0;hpb=ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4 diff --git a/Makefile b/Makefile index 752144c..bcf9813 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all -CFLAGS=-Wall -Wextra -Werror -std=c89 -pedantic +CFLAGS=-Wall -Wextra -Werror -std=c89 DEBUGF=-O0 -v -g SRCDIR=src INTFDIR=$(SRCDIR)/interfaces @@ -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: