started work on xml file installation/configuration
[systembsd.git] / Makefile
... / ...
CommitLineData
1.PHONY: all
2
3CFLAGS=-Wall -Wextra -Werror -pedantic
4DEBUGF=-O0 -v -g
5SRCDIR=src
6INTFDIR=$(SRCDIR)/interfaces
7
8GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0`
9
10hostnamed:
11 gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c