You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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 =