AS=gpasm -a inhx32 -e on -w1 OBJECT=grundig.hex all: ${OBJECT} clean: rm -f *.lst *.hex *.cod *~ %.hex: %.asm $(AS) $< -o $@