X-Git-Url: https://git.armaanb.net/?p=sic.git;a=blobdiff_plain;f=config.mk;fp=config.mk;h=0000000000000000000000000000000000000000;hp=87395f439518b4f2ea14edff3b5c0c7ea9e87176;hb=f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7;hpb=81533f966ec31049c6159eac482bb821cb1e54ef diff --git a/config.mk b/config.mk deleted file mode 100644 index 87395f4..0000000 --- a/config.mk +++ /dev/null @@ -1,20 +0,0 @@ -# sic version -VERSION = 1.3 - -# Customize below to fit your system - -# paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man - -# includes and libs -INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc - -# flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} - -# compiler and linker -CC = cc