1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00

22 lines
298 B
Makefile
Raw Normal View History

2016-01-20 17:36:57 -05:00
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)