mirror of
https://github.com/ShadauxCat/CATSFC.git
synced 2025-04-02 10:41:47 -04:00
10 lines
89 B
Makefile
Executable file
10 lines
89 B
Makefile
Executable file
# zlib.mk
|
|
|
|
SRC += $(wildcard $(ZLIB_DIR)/*.c)
|
|
|
|
SSRC +=
|
|
|
|
INC += -I$(ZLIB_DIR)
|
|
|
|
CFLAGS +=
|
|
|