chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016d93e
)
make in layout too
author
ian
<ian>
Sun, 27 Mar 2005 22:26:01 +0000
(22:26 +0000)
committer
ian
<ian>
Sun, 27 Mar 2005 22:26:01 +0000
(22:26 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index edb870484bf184719d996728af0efab072e530d6..12ff9c889fba04490c108dd1bb3418fc13d97957 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
all: picprogs hostprogs
PICPROGS_DIRS= iwjpictest cebpic
-HOSTPROGS_DIRS= hostside
+HOSTPROGS_DIRS=
layout
hostside
picprogs:
set -e; for f in $(PICPROGS_DIRS); do $(MAKE) -C $$f; done