update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / Makefile
index 27bff7a088f993c42d017cad902b7d1bb02c8acc..434a7353092a136b0e06cb1132a68493257731bb 100644 (file)
--- 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`