Initial import

git-svn-id: http://moon:8086/svn/vhdl/trunk@9 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-08-25 08:29:55 +00:00
parent a87b40a4be
commit 2be2c3c6ad
2 changed files with 59 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
all: ramgen romgen
ramgen: src/ramgen.c
gcc -o ./ramgen.exe src/ramgen.c
romgen: src/romgen.c
gcc -o ./romgen.exe src/romgen.c