aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b49b574ecb9488b41de32f49612667cb973fb392 (plain)
1
2
3
4
5
default: all

.DEFAULT:
	cd src && $(MAKE) $@ \
		&& cd ../example && $(MAKE) $@