mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:29:42 +02:00
b2/Makefile: target "try" to run the example setup
This commit is contained in:
parent
331fbdda6a
commit
c92ba6f21a
@ -44,7 +44,7 @@ else
|
||||
DEPEND = $(DEPEND_quiet)
|
||||
endif
|
||||
|
||||
.PHONY: all clean spotless
|
||||
.PHONY: all clean spotless try
|
||||
|
||||
all: boom
|
||||
|
||||
@ -79,3 +79,8 @@ clean:
|
||||
|
||||
spotless: clean
|
||||
rm -f boom
|
||||
|
||||
# ----- Experiments -----------------------------------------------------------
|
||||
|
||||
try:
|
||||
$(VALGRIND) ./boom HIERARCHY CHAR
|
||||
|
Loading…
Reference in New Issue
Block a user