1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-17 14:29:48 +02:00

Update Makefile

This commit is contained in:
Xuan Sang LE
2020-12-25 18:56:55 +01:00
committed by GitHub
parent d9adec8869
commit 3f33fa217f

View File

@ -6,7 +6,7 @@
# Your platform. See PLATS for possible values.
PLAT= none
CC= gcc -std=gnu99
CC?= gcc -std=gnu99
CFLAGS= -O2 -g -Wall -Wextra -DLUA_COMPAT_5_2 -fPIC $(SYSCFLAGS) $(MYCFLAGS)
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
LIBS= -lm $(SYSLIBS) $(MYLIBS)