RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: text Binary: false


Hang on, we reloading big blames...
################################################################################ # Master Makefile for TMS Sources # T.Barnaby, BEAM Ltd, 2006-12-07 ################################################################################ # TOP = ${shell pwd}
include ${TOP}/Config.mk
.PHONY: all install clean includes depend
all::
install: mkdir -p ${FPGADIR} cp -a *.bit ${FPGADIR} clean: includes: depend: