summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-16 21:05:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-16 21:05:31 +0200
commit2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7 (patch)
treec1b5225198e45288d9e55646c9b9ea87467642df /src/GNUmakefile
parent608a68fba0caee7cb803c034957830d980a870c7 (diff)
downloadbiruda-2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7.tar.gz
biruda-2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7.tar.bz2
playing with embeddable web frontend
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index bec27f0..07f5748 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -34,7 +34,7 @@ master.o: master.c master.h port.h
coordinator.o: coordinator.c coordinator.h port.h system.h
worker.o: worker.c worker.h port.h
system.o: system.c system.h
-webserver.o: webserver.c webserver.h
+webserver.o: webserver.c webserver.h index.h
3rdParty/linenoise/linenoise.o: 3rdParty/linenoise/linenoise.c 3rdParty/linenoise/linenoise.h
3rdParty/http_tiny/http_lib.o: 3rdParty/http_tiny/http_lib.c 3rdParty/http_tiny/http_lib.h
cli.o: cli.c cli.h
@@ -54,6 +54,9 @@ workertest.o: workertest.c
biruda_conf.c: biruda.conf 3rdParty/xxd/xxd
3rdParty/xxd/xxd -i biruda.conf > biruda_conf.c
+index.h: index.html 3rdParty/xxd/xxd
+ 3rdParty/xxd/xxd -i index.html > index.h
+
clean:
@-rm *.o
@-rm biruda birudaenv
@@ -63,6 +66,7 @@ clean:
@-rm 3rdParty/linenoise/*.o
@-rm 3rdParty/xxd/xxd
@-rm biruda_conf.c
+ @-rm index.h
# default values
DESTDIR ?=