1
0
Fork 0
knot/python/Makefile.am
Daniel Baumann 70063ca008
Adding upstream version 3.4.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:47:52 +02:00

7 lines
138 B
Makefile

SUBDIRS = knot_exporter libknot
TARGETS = dist upload
.PHONY: $(TARGETS)
$(TARGETS):
$(MAKE) -C knot_exporter $@
$(MAKE) -C libknot $@