summaryrefslogtreecommitdiff
path: root/graphics/qr-code-generator/files/Makefile
blob: 90d0a03d67c71a69dcaa3265e658de44f3505965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SUBDIRS= c cpp

TARGETS= all clean install

.PHONY: $(TARGETS) $(SUBDIRS)

$(TARGETS): $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) -C $@ $(MAKECMDGOALS)