# Makefile for FLAG.EXE !ifndef ASM ASM=tasm.exe LINK=tlink.exe !endif flag.exe : flag.obj $(LINK) flag.obj flag.obj : flag.asm flagbmp.inc $(ASM) -t -m -q flag clear : del flag.obj flag.map flag.exe