not broken
This commit is contained in:
parent
f2de9bcd07
commit
e3debeac7a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -Wall -Wextra -O2
|
CFLAGS := -Wall -Wextra -O2
|
||||||
#CFLAGS += -std=c99 # C99 breaks sbrk for some reason (likely toolchain bug)
|
#CFLAGS += -std=c99 # C99 breaks sbrk for some reason (likely toolchain bug)
|
||||||
LIBS := -lsqlite3
|
LIBS := -lsqlite3 # Everything links to sqlite rofl
|
||||||
|
|
||||||
SRC := $(wildcard *.c)
|
SRC := $(wildcard *.c)
|
||||||
OBJ := $(SRC:.c=.o)
|
OBJ := $(SRC:.c=.o)
|
||||||
|
|
Loading…
Add table
Reference in a new issue