mirror of
git://git.suckless.org/sbase
synced 2026-01-26 13:43:17 +00:00
16 lines
194 B
Makefile
16 lines
194 B
Makefile
# sbase version
|
|
VERSION = 0.0
|
|
|
|
# paths
|
|
PREFIX = /usr/local
|
|
MANPREFIX = $(PREFIX)/share/man
|
|
|
|
# tools
|
|
#CC =
|
|
#AR =
|
|
RANLIB = ranlib
|
|
|
|
# -lrt might be needed on some systems
|
|
# CFLAGS =
|
|
# LDFLAGS =
|