sgw | Static git web (fork of stagit) |
| download: https://git.y1.nz/archives/sgw.tar.gz | |
| README | Files | Log | Refs | LICENSE |
config.mk
1 # update this file to match your system's configuration.
2
3 VERSION = 0.0
4
5 PREFIX = /usr/local
6 MANPREFIX = $(PREFIX)/share/man
7
8 CFLAGS = -I/usr/local/include
9 LDFLAGS = -L/usr/local/lib -lgit2
10
11 FLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os \
12 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE \
13 -Wno-format-zero-length
14 CC = c99 $(FLAGS)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.