7 lines
145 B
Makefile
7 lines
145 B
Makefile
# beastie - build configuration, edit and recompile
|
|
|
|
PREFIX = /usr/local
|
|
|
|
CC = cc
|
|
CFLAGS = -O2 -Wall -Wextra -std=c99 -pedantic
|
|
LDFLAGS =
|