slocc/config.mk
Rekketstone c5d5f23df6 Makefile is very literal
Never again
2025-01-13 14:46:51 -07:00

21 lines
463 B
Makefile

# SLOCC - Sloc Counter
#
# Developer: cowmonk
# License: AGPL v3.0 (see License)
#
### Compiler Flags & default C compiler
# CFLAGS = -std=c99 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" -s -pedantic -Wall -Os
CFLAGS = -std=c99 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" -g -pedantic -Wall -Os
# INCLUDES =
# LDFLAGS =
CC=cc
### Install Directory
PREFIX=/usr
#### Target name
TARGET=slocc