]> Joshua Wise's Git repositories - fpgaboy.git/blame - Makefile
Yay. Fix retcc. Comparing against an x value - great idea, or greatest idea?
[fpgaboy.git] / Makefile
CommitLineData
7028b02c
JW
1all: CoreTop.svf
2
3CoreTop_rom.bit: rom.hex CoreTop.bit foo_bd.bmm
4 data2mem -bm foo_bd.bmm -bd rom.mem -bt CoreTop.bit -o b CoreTop_rom.bit
5
6CoreTop.svf: CoreTop_rom.bit rom.hex impact.cmd
7 impact -batch impact.cmd
8
9rom.o: rom.asm
10 rgbasm -orom.o rom.asm
11
12rom.bin: rom.o rom.lnk
13 xlink rom.lnk
14
15rom.hex: rom.bin
16 ./mashrom < rom.bin > rom.hex
This page took 0.01652 seconds and 4 git commands to generate.