Add a configure script to make compiling on Linux easier
This commit is contained in:
parent
02d2d1dc7d
commit
807d1b8409
4 changed files with 12 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,8 @@
|
|||
include config.mk
|
||||
|
||||
PREFIX?=/usr/local/
|
||||
CFLAGS += -pedantic -Wall -Wextra -Wmissing-prototypes \
|
||||
-Wstrict-prototypes -Wwrite-strings
|
||||
-Wstrict-prototypes -Wwrite-strings ${EXTRAFLAGS}
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue