Files
RkApp/GetNet/src/makefile

8 lines
104 B
Makefile
Raw Normal View History

2025-09-28 16:03:54 +08:00
all:SetNet
SetNet:GetNet.cpp
g++ -g -o setNet GetNet.cpp
mv ./setNet ../bin/
clean:
rm -rf ../bin/*