mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 03:04:11 +00:00
6 lines
120 B
Makefile
6 lines
120 B
Makefile
INCLUDE_DIRS = ../inc
|
|
CFLAGS += -O2
|
|
|
|
c_kzg_4844.o: c_kzg_4844.c Makefile
|
|
clang -Wall -I$(INCLUDE_DIRS) $(CFLAGS) -c $<
|