commit c437ff191385b40589a5d51d47e8d15e770c3e01 parent 38633d0a4b2999e4dbbf6ba1fbf81de0dc6c9a71 Author: rsiddharth <s@ricketyspace.net> Date: Wed, 23 May 2018 03:26:01 +0000 Makefile: Remove all target. Diffstat:
Makefile | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,9 +1,6 @@ DISTRO:=debian DISTRO_DIR:=distros/$(DISTRO) -all: - @make -C $(DISTRO_DIR) all -.PHONY: all IGNORE=-path '*~' -prune -o