Files
RkApp/GetNet/src/makefile
2025-09-28 16:03:54 +08:00

8 lines
104 B
Makefile

all:SetNet
SetNet:GetNet.cpp
g++ -g -o setNet GetNet.cpp
mv ./setNet ../bin/
clean:
rm -rf ../bin/*