mirror of
git://git.suckless.org/sbase
synced 2026-01-26 13:43:17 +00:00
20 lines
332 B
Makefile
20 lines
332 B
Makefile
# sbase version
|
|
VERSION = 0.1
|
|
|
|
# paths
|
|
PREFIX = /usr/local
|
|
MANPREFIX = $(PREFIX)/share/man
|
|
|
|
# tools
|
|
#CC =
|
|
#AR =
|
|
RANLIB = ranlib
|
|
# OpenBSD requires SMAKE to be scripts/make
|
|
# SMAKE = scripts/make
|
|
SMAKE = $(MAKE)
|
|
|
|
# -lrt might be needed on some systems
|
|
# -DYYDEBUG adds more debug info when yacc is involved
|
|
# CFLAGS =
|
|
# LDFLAGS =
|