diff options
author | Krow Savcik <krow@savcik.xyz> | 2025-08-31 15:11:01 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2025-08-31 15:11:01 +0200 |
commit | 0fa7537ce5006a9c99bc7e295a4ae4ff0b920fda (patch) | |
tree | 057a91b30ab61417970c5defe825ce16a094ac39 /config.mk |
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..2472f2e --- /dev/null +++ b/config.mk @@ -0,0 +1,6 @@ +VERSION = alpha + +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +CC = cc |