1 Star 0 Fork 1.8K

Water/ndd

forked from 爬山虎/ndd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
XiaoPb 提交于 2023-02-07 12:49 . !21 Cmake兼容Win和Linux下编译
UNAME:=WIN32
UNAME:=$(shell uname)
# Win下使用Git Bash运行make
ifeq ($(UNAME), Linux)
all:linux
linux:
make -f linux.mk package
else
all:
make -f win.mk all
msvc:
make -f win.mk msvc
mingw:
make -f win.mk mingw
endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mfkiiyd/notepad--.git
[email protected]:mfkiiyd/notepad--.git
mfkiiyd
notepad--
ndd
master

搜索帮助