X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8f25a745c736d777b87d8e0f713d170659a7a126..5a0b9e8c8de29b8fc1c76d7d07a83a35864d471b:/Makefile diff --git a/Makefile b/Makefile index f157b9d3a..2dcb72763 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: world SHELL:=/usr/bin/env bash export LC_ALL=C export LANG=C -export TOPDIR=${shell pwd} +export TOPDIR=${CURDIR} ifeq ($(KBUILD_VERBOSE),99) MAKE:=3>/dev/null $(MAKE) endif @@ -171,7 +171,10 @@ dirclean: clean distclean: dirclean config-clean rm -rf dl +help: + cat README + .SILENT: clean dirclean distclean config-clean download world FORCE: ; -.PHONY: FORCE +.PHONY: FORCE help %: ;