summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 707102d..971b901 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
usr/
log/
pkg
-dist/
wip/
diff --git a/Makefile b/Makefile
index 06767f0..46db92c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ PREFIX := $(PWD)/usr
LOG_DIR := $(PWD)/log
TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
PKG_DIR := $(PWD)/pkg
-DIST_DIR := $(PWD)/dist
TMP_DIR = $(PWD)/tmp-$(1)
MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))