Diff

Differences From Artifact [44f1b4fcef]:

To Artifact [6ff0798462]:


1


2

3
4
5
6
7
8
9
1
2
3

4
5
6
7
8
9
10
11

+
+
-
+







CC = gcc
PKG_CONFIG = pkg-config
CFLAGS = $(shell $(PKG_CONFIG) --cflags fuse)
LIBS = -lfuse
LIBS = $(shell $(PKG_CONFIG) --libs fuse)
PREFIX = /usr/local
prefix = $(PREFIX)
bindir = $(prefix)/bin

all: appfs

appfs: appfs.o