Remove non-existent "test" target from Make help
mgould@bashful:~/src/horizon 15:58 master 0 $ make test make: *** No rule to make target 'test'. Stop. Change-Id: Ie658a1e096f34072ddc506a5b6e00e061a1a30bd
This commit is contained in:
parent
f54c52418b
commit
ac1ab3b4c2
1
Makefile
1
Makefile
@ -3,7 +3,6 @@ DESTDIR=/
|
|||||||
PROJECT=horizon
|
PROJECT=horizon
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "make test - Run tests"
|
|
||||||
@echo "make source - Create source package"
|
@echo "make source - Create source package"
|
||||||
@echo "make install - Install on local system"
|
@echo "make install - Install on local system"
|
||||||
@echo "make buildrpm - Generate a rpm package"
|
@echo "make buildrpm - Generate a rpm package"
|
||||||
|
Loading…
Reference in New Issue
Block a user