aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-02-03 14:00:48 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-02-03 14:00:48 +0530
commitc28002125358ea355300c520aa5c2715ae9a6f6a (patch)
tree7f5f399f1e56d400d2e526d8e232c40b00c066a4 /Makefile
parent8f0322c2e33cd39208bd2693fde968ba47a93e6e (diff)
customization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3527741..626c32c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,10 +44,6 @@ $(objs): Makefile config.mk nsxiv.h config.h commands.h
options.o: version.h optparse.h
window.o: icon/data.h utf8.h
-config.h:
- @echo "GEN $@"
- cp config.def.h $@
-
version.h: config.mk .git/index
@echo "GEN $@"
v="$$(git describe 2>/dev/null || true)"; \