RSS Git Download  Clone
Raw Blame History
################################################################################
#	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: