nforth/Makefile

12 lines
150 B
Makefile

.PHONY: all clean
UNAME := $(shell uname)
all: nforth
clean:
rm -f *.lst *~ *#
nforth: macros.asm nforth.asm nforth.f config.asm
./build nforth