dracut/install/Makefile

8 lines
68 B
Makefile

all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean
.PHONY: all clean