Split alisp.h into several header files, in /include folder.
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ UNITS=main.c $(shell find ./runtime -type 'f')
|
||||
OBJECTS:=$(patsubst %.c, $(DIST)/%.o, $(UNITS))
|
||||
|
||||
LDFLAGS=
|
||||
GFLAGS=-Wall -Wextra -Wpedantic -std=c23 -I./
|
||||
GFLAGS=-Wall -Wextra -Wpedantic -std=c23 -I./include/
|
||||
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
||||
RFLAGS=-O3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user