aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10c5f5e..54dcd92 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1TARGET = crep 1TARGET = crep
2SOURCES = $(wildcard *.c) 2SOURCES = $(wildcard *.c *.h)
3TS_ALIBS = $(shell find vendor -name "*.a" -print) 3TS_ALIBS = $(shell find vendor -name "*.a" -print)
4VENDOR_DIRS = $(wildcard vendor/*) 4VENDOR_DIRS = $(wildcard vendor/*)
5CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -ggdb -O3 5CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -ggdb -O3