set aside -ports makefile for now, we'll deal with it later. begin hostnamed
[systembsd.git] / Makefile
CommitLineData
496f5d66 1.PHONY: all
9fd3f859 2
496f5d66 3CFLAGS=-Wall -Wextra -Werror -pedantic
4DEBUGF=-O0 -v -g
5SRCDIR=src
6MODDIR=$(SRCDIR)/modules
9fd3f859 7
496f5d66 8GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0`
32a2d8e2 9
496f5d66 10hostnamed:
11 gcc -o bin/out.bin $(CFLAGS) $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c