summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 9ae594c..440c56f 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -26,7 +26,7 @@ biruda: biruda.o biruda_cmdline.o master.o coordinator.o worker.o system.o webse
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)
birudaenv: birudaenv.c system.c
- $(CC) -static -o $@ $^
+ $(CC) -o $@ $^
biruda_cmdline.o: biruda_cmdline.c
biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h port.h system.h webserver.h 3rdParty/linenoise/linenoise.h cli.h biruda_conf.c