################################
# Makefile
# FPGAConf is to configure the Pluto board at http://www.fpga4fun.com
# Obviously this is based on the work of Jean P. Nicolle (jean@fpga4fun.com).
# The GNU/Linux port of this is 
# Copyright (c) 2004 Emma's Software.
################################
.PHONY: all clean

all: 
	make -C src

clean:
	make -C src clean
