view docs/makefile @ 2763:c03464c24b14

Fixed a minor typo in the arcadepak's makefile related to DriveWire3 and Becker. Updated makefile with new option nightlytest. Run option is "make nightlytest". You also need to test environment variable TESTSSHDIR and TESTSSHSERVER before using it. Also updated the nightly option so if the SOURCEUSER environment variable is not set it will report it.
author drencor-xeen
date Wed, 16 Jan 2013 17:33:46 -0600
parents 5738b61c8052
children 9abc463adb1e
line wrap: on
line source

include ../rules.mak

all:
	$(CD) basic09; make
	$(CD) ccguide; make
	$(CD) os9guide; make
	$(CD) os9sysprog; make

clean:
	$(CD) basic09; make clean
	$(CD) ccguide; make clean
	$(CD) os9guide; make clean
	$(CD) os9sysprog; make clean