typie | Minimal typing practice tool |
| download: https://git.y1.nz/archives/typie.tar.gz | |
| README | Files | Log | Refs | LICENSE |
config.default.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 FLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
9 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.