OpenCores
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 clean

all: ${OBJFILES}

%.ansi: %.tst ansi.fth eforth.fth 
        cat eforth.fth > $@
        gforth ansi.fth $< >> $@

upload: ${OBJFILES}
        cat $^ > /dev/ttyUSB0

clean:
        rm -fv *.ansi

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.