1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)