diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..f07e004 --- /dev/null +++ b/config.mk @@ -0,0 +1,11 @@ +# ttym version +VERSION = 2.0 + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +# compiler & linker +CC = cc +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os +LDFLAGS = |
