summaryrefslogtreecommitdiff
path: root/third_party/build/Makefile
blob: 204adcf5650cfc833b0684cc8d6c85cd0130a538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../../build.mak
include $(PJDIR)/build/common.mak

all clean dep depend distclean realclean:
	for dir in $(DIRS); do \
		if $(MAKE) $(MAKE_FLAGS) -C $$dir $@; then \
		    true; \
		else \
		    exit 1; \
		fi; \
	done