aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-06-03 02:25:23 +0800
committerkremlin <ian@kremlin.cc>2014-06-03 02:25:23 +0800
commitb7f8df4449a7eb3acdbac54403028ed70ed15a22 (patch)
treeb4be01e284cc70084278dd5fa8f6e730a3b4e842 /Makefile
parentc992721530292cac0e5e3cbbe808e54f1ac5509c (diff)
downloadsystembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar.gz
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar.bz2
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar.lz
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar.xz
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.tar.zst
systembsd-b7f8df4449a7eb3acdbac54403028ed70ed15a22.zip
update makefile and main.c to reflect changes of previous commit, also place tempfile in bin/ as abscence causes git to ignore directory's existence
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27bff7a..434a735 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CFLAGS=-Wall -Wextra -Werror -pedantic
DEBUGF=-O0 -v -g
SRCDIR=src
-MODDIR=$(SRCDIR)/modules
+INTFDIR=$(SRCDIR)/interfaces
GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0`