oot/tools/audio/Makefile

15 lines
192 B
Makefile

.PHONY: all clean distclean format
all:
$(MAKE) -C sampleconv
clean:
$(MAKE) -C sampleconv clean
distclean: clean
$(MAKE) -C sampleconv distclean
format:
$(MAKE) -C sampleconv format