projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a basic 'make test' root Makefile target.
[Evergreen.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
2996d44
..
57c2c84
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,5
@@
#!/bin/bash
+# vim:noet:ts=4
# --------------------------------------------------------------------
# Copyright (C) 2005 Georgia Public Library Service
# Bill Erickson <highfalutin@gmail.com>
@@
-39,3
+40,5
@@
install:
clean:
@./install.sh clean
+test:
+ @./install.sh test