1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
2016-01-20 17:36:57 -05:00

22 lines
298 B
Makefile

M_DEPS := run.tcl
M_VIVADO := vivado -mode batch -source
M_FLIST := *.cache
M_FLIST += *.data
M_FLIST += *.xpr
M_FLIST += *.log
M_FLIST += *.jou
M_FLIST += xgui
M_FLIST += *.runs
M_FLIST += *.srcs
M_FLIST += *.sdk
M_FLIST += .Xil
all: $(M_DEPS)
$(M_VIVADO) run.tcl
clean:
rm -rf $(M_FLIST)