Add LDFLAGS and LDLIBS to Makefile

pull/28/head
Christopher Wellons 2020-05-18 22:37:30 +00:00
parent 6af0168662
commit a07053778f
1 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
.SUFFIXES:
CC = cc
CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-missing-field-initializers -O3 -g
LDFLAGS =
LDLIBS =
PREFIX = /usr/local
EXE =