URL
https://opencores.org/ocsvn/forth-cpu/forth-cpu/trunk
Subversion Repositories forth-cpu
[/] [forth-cpu/] [trunk/] [t/] [makefile] - Rev 5
Compare with Previous | Blame | View Log
SOURCES:=$(wildcard *.tst)OBJFILES=$(SOURCES:%.tst=%.ansi).PHONY: all cleanall: ${OBJFILES}%.ansi: %.tst ansi.fth eforth.fthcat eforth.fth > $@gforth ansi.fth $< >> $@upload: ${OBJFILES}cat $^ > /dev/ttyUSB0clean:rm -fv *.ansi
