
ALL: REL386\JEMM386.EXE RELEX\JEMMEX.EXE

REL386\JEMM386.EXE:
	@wmake /ms /s /f JEMM386.MAK

RELEX\JEMMEX.EXE:
	@wmake /ms /s /f JEMMEX.MAK

# for pseudo-target <clean>, WMAKE must be run this way: "WMAKE /ms clean"
# otherwise it will check if file "clean" exists and display an error.

clean:
	@wmake /ms /h /s /f JEMMEX.MAK clean
	@wmake /ms /h /s /f JEMM386.MAK clean
