kpatch/Makefile
Seth Jennings 7340fde7b5 remove target 'test' from Makefile
Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-02-11 12:04:56 -06:00

9 lines
112 B
Makefile

SUBDIRS = kpatch-kmod tools
.PHONY: clean
clean:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@; \
done