summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4b2ef8..b390334 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ INITDIR=/etc/rc.d
all:
cc $(CCOPTS) $(DBG) src/main.c -o luminous
+ if [ ! -d obj ]; then mkdir obj; fi
+ cc $(CCOPTS) $(DBG) src/config.c -c -o obj/config.o
install:
install -D luminous ${DESTDIR}/${BINDIR}/luminous

Generated by cgit