1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00
putty-source/mac/mkputty.mpw

1 line
306 B
Plaintext
Raw Normal View History

# $Id$ Set makefile Makefile.mpw # Run Make, then execute its output. Echo "# `Date -t` ----- Analyzing dependencies." Begin Echo "Set Echo 1" Make {"Parameters"} -f "{makefile}" End > make.out Echo "# `Date -t` ----- Executing build commands." make.out Delete make.out Echo "# `Date -t` ----- Done."