fix gitignore, removing vim tmpfiles...
[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
ea207ed3 8GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0`
32a2d8e2 9
496f5d66 10hostnamed:
ea207ed3 11 gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c