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