Refactor tracer_print_type_integer for re-use
[libside.git] / Makefile
CommitLineData
f611d0c3 1SUBDIRS := src/
e5540b2a 2
f611d0c3
MD
3all: $(SUBDIRS)
4$(SUBDIRS):
5 $(MAKE) -C $@
e5540b2a 6
bdc39c09
MD
7clean:
8 $(MAKE) clean -C src/
9
10.PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
This page took 0.022109 seconds and 4 git commands to generate.