URL
https://opencores.org/ocsvn/logicprobe/logicprobe/trunk
Subversion Repositories logicprobe
[/] [logicprobe/] [trunk/] [src/] [Makefile] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile to build the analyzer programs running on the PC side
#
all:
$(MAKE) -C pc all
clean:
$(MAKE) -C pc clean
rm -f *~
Go to most recent revision | Compare with Previous | Blame | View Log