mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 10:28:21 +01:00
6 lines
77 B
Makefile
6 lines
77 B
Makefile
all:
|
|
-mkdir build
|
|
cd build && cmake .. && make
|
|
|
|
clean-local:
|
|
-rm -rf build
|