Commit d382cfe3 authored by Alejandro Mery's avatar Alejandro Mery
Browse files

build: pass -Iinclude/ to start adding structure

parent c7ea2b6e
CC = gcc CC = gcc
CFLAGS = -g -O0 -Wall -Wextra CFLAGS = -g -O0 -Wall -Wextra
CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L
CFLAGS += -Iinclude/
TOOLS = fexc bin2fex fex2bin bootinfo fel pio TOOLS = fexc bin2fex fex2bin bootinfo fel pio
TOOLS += nand-part TOOLS += nand-part
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment