Files
ntpa/Makefile
T
2016-04-02 21:05:22 +02:00

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