markam/Makefile

8 lines
74 B
Makefile
Raw Normal View History

2012-12-29 16:54:16 +01:00
dirs = src doc
2012-12-24 01:27:14 +01:00
2012-12-29 16:54:16 +01:00
.PHONY: all $(dirs)
all: $(dirs)
$(dirs):
$(MAKE) -C $@