Skip to content
Snippets Groups Projects
Commit 32c763c2 authored by practicalswift's avatar practicalswift
Browse files

Tighten CFLAGS.

parent e89f85c6
No related branches found
No related tags found
No related merge requests found
CFLAGS = -Wall
CFLAGS = -Wall -Werror -std=c99 -pedantic
LDLIBS = -l$(LIBNAME)
LIBNAME = keystone
PROGS = $(patsubst %.c, %, $(wildcard crash-??-*.c))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment