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:
Miles Gould 2017-03-09 15:59:56 +00:00
parent f54c52418b
commit ac1ab3b4c2
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ DESTDIR=/
PROJECT=horizon
all:
@echo "make test - Run tests"
@echo "make source - Create source package"
@echo "make install - Install on local system"
@echo "make buildrpm - Generate a rpm package"