diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | TARGET = crep | 1 | TARGET = crep |
| 2 | SOURCES = $(wildcard *.c) | 2 | SOURCES = $(wildcard *.c *.h) |
| 3 | TS_ALIBS = $(shell find vendor -name "*.a" -print) | 3 | TS_ALIBS = $(shell find vendor -name "*.a" -print) |
| 4 | VENDOR_DIRS = $(wildcard vendor/*) | 4 | VENDOR_DIRS = $(wildcard vendor/*) |
| 5 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -ggdb -O3 | 5 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -ggdb -O3 |
