summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index d3d1fb8..a5f0305 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -13,10 +13,10 @@ biruda: biruda.o biruda_cmdline.o master.o coordinator.o worker.o
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)
biruda_cmdline.o: biruda_cmdline.c
-biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h
-master.o: master.c master.h
-coordinator.o: coordinator.c coordinator.h
-worker.o: worker.c worker.h
+biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h sleep.h
+master.o: master.c master.h sleep.h
+coordinator.o: coordinator.c coordinator.h sleep.h
+worker.o: worker.c worker.h sleep.h
biruda_cmdline.c: biruda.ggo
gengetopt -F biruda_cmdline --unamed-opts --conf-parser --include-getopt -i $<