make (un)install

This commit is contained in:
Connor Lane Smith
2011-06-08 11:37:00 +01:00
parent b5ff71655d
commit 1e4a4e460d
2 changed files with 19 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
# sbase version
VERSION = 0.0
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
#CC = gcc
CC = musl-gcc
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)