chiark / gitweb /
new detpic directory
[trains.git] / Makefile
1
2 all:            picprogs hostprogs
3
4 PICPROGS_DIRS=  iwjpictest cebpic detpic
5 HOSTPROGS_DIRS= layout hostside
6
7 picprogs:
8                 set -e; for f in $(PICPROGS_DIRS); do $(MAKE) -C $$f; done
9
10 hostprogs:
11                 set -e; for f in $(HOSTPROGS_DIRS); do $(MAKE) -C $$f; done