dracut/install/Makefile
Harald Hoyer f4031e8a9a move dracut-install to dracutbasedir
We do not want to install dracut-install to /usr/bin until all
interfaces are set to stone and the manpage is written. Until then the
tool is dracut internal.
2012-07-02 18:52:49 +02:00

8 lines
68 B
Makefile

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