1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00
Files
ntpa/Makefile

19 lines
349 B
Makefile
Raw Normal View History

2016-03-19 23:08:38 +01:00
all:
xbuild Ntp.Analyzer.sln
server:
xbuild Ntp.Analyzer.sln /property:Configuration=Server
2016-03-22 17:14:11 +01:00
cp bin/ntpa/Debug/* bin/
cp bin/ntpav/Debug/* bin/
cp bin/ntpac/Debug/* bin/
rm -Rf bin/ntpa
rm -Rf bin/ntpav
rm -Rf bin/ntpac
2016-03-19 23:08:38 +01:00
2016-03-20 16:45:21 +01:00
release:
xbuild Ntp.Analyzer.sln /property:Configuration=Release
2016-03-19 23:08:38 +01:00
clean:
xbuild Ntp.Analyzer.sln /t:clean
2016-03-22 17:14:11 +01:00
rm -Rf bin