"build-proper renamed" to "publish" in makefile
[systembsd.git] / Makefile
index d8cde2b721b5490dd5b8bc6dbc10d2e272bd2d28..bcf9813e2d2ffd2eb80ef95e0696300e9e900447 100644 (file)
--- 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:
@@ -23,3 +23,4 @@ install: _install_conf
 
 _install_conf:
        cp conf/*-dbus.conf /etc/dbus-1/system.d/
+       cp conf/systemd_compat.conf /etc/