mirror of
https://bitbucket.org/anguist/ntpa
synced 2026-09-24 09:51:55 +00:00
16 lines
279 B
Makefile
16 lines
279 B
Makefile
all:
|
|
xbuild Ntp.Analyzer.sln
|
|
|
|
debug:
|
|
xbuild Ntp.Analyzer.sln /property:Configuration=Debug
|
|
|
|
release:
|
|
xbuild Ntp.Analyzer.sln /property:Configuration=Release
|
|
|
|
server:
|
|
xbuild Ntp.Analyzer.sln /property:Configuration=Server
|
|
|
|
clean:
|
|
xbuild Ntp.Analyzer.sln /t:clean
|
|
rm -Rf bin
|