Differences From Artifact [44f1b4fcef]:
- File Makefile — part of check-in [40155f7235] at 2014-09-07 06:36:15 on branch trunk — Added start of appfs (user: rkeene, size: 316) [annotate] [blame] [check-ins using]
To Artifact [6ff0798462]:
- File Makefile — part of check-in [777947ec3d] at 2014-09-07 06:42:19 on branch trunk — Updated to use PKG_CONFIG (user: rkeene, size: 414) [annotate] [blame] [check-ins using]
1 | CC = gcc | > > | | 1 2 3 4 5 6 7 8 9 10 11 | CC = gcc PKG_CONFIG = pkg-config CFLAGS = $(shell $(PKG_CONFIG) --cflags fuse) LIBS = $(shell $(PKG_CONFIG) --libs fuse) PREFIX = /usr/local prefix = $(PREFIX) bindir = $(prefix)/bin all: appfs appfs: appfs.o |
︙ | ︙ |