aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2eaff56..8e849a8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ server:
.PHONY: browser
browser:
- $(CC) $(CFLAGS) -o browser src/sds/sds.c src/util.c src/browser.c src/browser-cli.c
+ $(CC) $(CFLAGS) -o browser src/sds/sds.c src/util.c src/browser.c src/browser-net.c src/browser-cli.c
.PHONY: clean
clean: