Differences From Artifact [4274fa3689]:
- File Makefile — part of check-in [9c566a30db] at 2014-11-14 04:27:54 on branch trunk — Fixed extraneous profiling flag (user: rkeene, size: 2988) [annotate] [blame] [check-ins using]
To Artifact [7ed3cc42a9]:
- File Makefile — part of check-in [76965f13c9] at 2014-11-14 17:25:21 on branch trunk — Enabled exit path by default in debug mode (user: rkeene, size: 3008) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | CC = gcc PKG_CONFIG = pkg-config FUSE_CFLAGS = $(shell $(PKG_CONFIG) --cflags fuse) |
︙ |