aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-21 15:14:06 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-21 15:14:06 -0700
commit09291ea6bc9b1cdea9e1cae918c035bcdb7edf9c (patch)
treeae8cc1d1e6896785e07371db430a20a4fab54376 /fs/Makefile
parent69c167a134bacba2da697099813a45013fa53bcf (diff)
Comment out websocket stuff so tabfs builds.
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index a34412c..c3cb10a 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -20,7 +20,7 @@ LIBS = -losxfuse
all: $(TARGETS)
-tabfs: common.c ws.c tabfs.c
+tabfs: common.c tabfs.c
$(CC) $(CFLAGS_OSXFUSE) $(CFLAGS_EXTRA) -o $@ $^ $(LIBS)
clean: