aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-21 15:53:27 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-21 15:53:27 -0700
commit64bd1f3948e2ce57a1fb26196019855727290465 (patch)
tree1d6f25527f8f6ce9bc2d9d793a6b8afce92de2c9 /fs/Makefile
parent09291ea6bc9b1cdea9e1cae918c035bcdb7edf9c (diff)
fs: Attempt to switch to native messaging. It relays 1 message ok!
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 c3cb10a..f393c20 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -20,7 +20,7 @@ LIBS = -losxfuse
all: $(TARGETS)
-tabfs: common.c tabfs.c
+tabfs: tabfs.c
$(CC) $(CFLAGS_OSXFUSE) $(CFLAGS_EXTRA) -o $@ $^ $(LIBS)
clean: