|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Feb 7 11:38:46 CET 2007
Subject: [cvs-checkins] MODIFIED: raggedstone ...
Date: 00/07/02 07:11:38 Modified: raggedstone/linuxdriver/userland send_to_fpga Added: raggedstone/linuxdriver/userland Makefile Log: add linuxdriver/userland/Makefile Revision Changes Path 1.2 raggedstone/linuxdriver/userland/send_to_fpga http://www.opencores.org/cvsweb.shtml/raggedstone/linuxdriver/userland/send_to_fpga?rev=1.2&content-type=text/x-cvsweb-markup <<Binary file>> 1.1 raggedstone/linuxdriver/userland/Makefile http://www.opencores.org/cvsweb.shtml/raggedstone/linuxdriver/userland/Makefile?rev=1.1&content-type=text/x-cvsweb-markup Index: Makefile =================================================================== build: cc send_to_fpga.c -o send_to_fpga clean: -rm -f send_to_fpga install: install send_to_fpga /usr/local/bin/
|