finnal
This commit is contained in:
8
GetNet/src/makefile
Normal file
8
GetNet/src/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:SetNet
|
||||
|
||||
SetNet:GetNet.cpp
|
||||
g++ -g -o setNet GetNet.cpp
|
||||
mv ./setNet ../bin/
|
||||
|
||||
clean:
|
||||
rm -rf ../bin/*
|
Reference in New Issue
Block a user