aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 2940959434d110375ddabef754aaf475c541a547 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 


                                       
                            
 
                                                                            
 
           
                                                               
.PHONY: all

CFLAGS=-Wall -Wextra -Werror -pedantic 
DEBUGF=-O0 -v -g
SRCDIR=src
INTFDIR=$(SRCDIR)/interfaces

GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0`

hostnamed: 
    gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c