src/Makefile

changeset 1
e5fbb8f9edbe
parent 0
98034084033f
child 3
3693fd2eb0e9
--- a/src/Makefile	Thu Jan 23 14:45:34 2014 +0100
+++ b/src/Makefile	Wed Feb 05 14:07:43 2014 +0100
@@ -29,6 +29,7 @@
 include ../conf.mk
 
 SRC  = main.c
+SRC += network.c
 
 OBJ = $(SRC:%.c=../build/%$(OBJ_EXT))
 

mercurial