Merge pull request #40 from neuroid/makefile-fix

Fix unterminated quoted string
This commit is contained in:
Tom Limoncelli
2015-01-27 08:00:58 -05:00

View File

@@ -6,7 +6,7 @@ PKGNAME=stack_blackbox
all: all:
@echo 'Menu:' @echo 'Menu:'
@echo ' make packages Make RPM packages' @echo ' make packages Make RPM packages'
@echo ' make install (incomplete) @echo ' make install (incomplete)'
install: install:
@echo 'To install, copy the files from bin to somewhere in your PATH.' @echo 'To install, copy the files from bin to somewhere in your PATH.'