1 Star 0 Fork 0

kzy111/Linux

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
makefile 186 Bytes
Copy Edit Raw Blame History
kzy111 authored 2024-06-10 09:52 +08:00 . ud
.PHONY:all
all:udpserver udpclient
udpserver:Main.cc
g++ -o $@ $^ -std=c++11
udpclient:UdpClient.cc
g++ -o $@ $^ -std=c++11 -lpthread
.PHONY:clean
clean:
rm -f udpserver udpclient
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kzy111/linux.git
git@gitee.com:kzy111/linux.git
kzy111
linux
Linux
master

Search