Skip to content

Commit 49a4a2b

Browse files
committed
Add test to all target and introduce build target
1 parent ca59701 commit 49a4a2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ ALL = \
77
$(foreach suffix,linux osx win.exe,\
88
build/gr-$(arch)-$(suffix)))
99

10-
all: clean $(ALL)
10+
all: test build
11+
12+
build: clean test $(ALL)
1113

1214
# cram is a python app, so 'easy_install/pip install cram' to run tests
1315
test:

0 commit comments

Comments
 (0)