mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:43:43 +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)
|
DEPEND = $(DEPEND_quiet)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all clean spotless
|
.PHONY: all clean spotless try
|
||||||
|
|
||||||
all: boom
|
all: boom
|
||||||
|
|
||||||
@ -79,3 +79,8 @@ clean:
|
|||||||
|
|
||||||
spotless: clean
|
spotless: clean
|
||||||
rm -f boom
|
rm -f boom
|
||||||
|
|
||||||
|
# ----- Experiments -----------------------------------------------------------
|
||||||
|
|
||||||
|
try:
|
||||||
|
$(VALGRIND) ./boom HIERARCHY CHAR
|
||||||
|
Loading…
Reference in New Issue
Block a user