From 09291ea6bc9b1cdea9e1cae918c035bcdb7edf9c Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 21 Oct 2020 15:14:06 -0700 Subject: Comment out websocket stuff so tabfs builds. --- fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/Makefile') 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: -- cgit v1.2.3