Makefile 104 B

12345678
  1. all: xforth
  2. xforth: xforth.asm $(wildcard *.asm) $(wildcard *.inc)
  3. fasm xforth.asm
  4. clean:
  5. rm xforth