mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +01:00
7 lines
90 B
Makefile
7 lines
90 B
Makefile
all: clean-local
|
|
-mkdir build
|
|
cd build && cmake .. && make
|
|
|
|
clean-local:
|
|
-rm -rf build
|