projects
/
infodrom.org
/
infocon.infodrom.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6d1fd
)
Added missing install/test targets
author
Joey Schulze
<joey@infodrom.org>
Thu, 27 Dec 2001 22:04:53 +0000
(22:04 +0000)
committer
Joey Schulze
<joey@infodrom.org>
Thu, 27 Dec 2001 22:04:53 +0000
(22:04 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
73828ab
..
2b13b41
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-26,6
+26,12
@@
clean:
test -z "$(DIRS)" || for d in "" $(DIRS); do if [ -n "$$d" ]; then (cp Makefile $$d && make -C $$d clean); fi; done
test -z "$(ROOT_PREFIX)" || rm -f Makefile
+install:
+ make -C $(ROOT_PREFIX).. install
+
+test:
+ make -C $(ROOT_PREFIX).. test
+
depend .depend:
$(ROOT_PREFIX)../bin/wmldepend.sh $(IFLAGS) $(WML_FILES) > .depend