summaryrefslogtreecommitdiff
path: root/obt/Makefile
blob: b90edacf0a7a220519dffdafcc21fb74c92cd2ef (plain)
1
2
3
4
all clean install:
	$(MAKE) -C .. -$(MAKEFLAGS) $@

.PHONY: all clean install