diff options
author | jao <jao@gnu.org> | 2025-08-01 02:46:11 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-08-01 02:46:11 +0100 |
commit | 3f2983300b1a4e4381d9f93c75cd6dbcc7d2947a (patch) | |
tree | d0911f9965362133130d2e0fbd8feb1653430c30 /lib | |
parent | d730b1d6d95615440c8c175758a24e476e1d1d73 (diff) | |
download | elibs-3f2983300b1a4e4381d9f93c75cd6dbcc7d2947a.tar.gz elibs-3f2983300b1a4e4381d9f93c75cd6dbcc7d2947a.tar.bz2 |
deps.edn as compilation rootmain
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prog/jao-compilation.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prog/jao-compilation.el b/lib/prog/jao-compilation.el index c099701..e15c1e1 100644 --- a/lib/prog/jao-compilation.el +++ b/lib/prog/jao-compilation.el @@ -1,6 +1,6 @@ ;;; jao-compilation.el --- utilities to lauch compilations -*- lexical-binding: t; -*- -;; Copyright (C) 2020, 2021, 2022 jao +;; Copyright (C) 2020, 2021, 2022, 2025 jao ;; Author: jao <mail@jao.io> ;; Keywords: convenience @@ -109,7 +109,7 @@ (defun jao-compilation-setup () (jao-compilation-add-dominating "Makefile" "makefile" "configure.ac" "bootstrap.sh" "aclocal.m4" - "project.clj" "build.xml" "pom.xml" "setup.py" "stack.yaml") + "deps.edn" "project.clj" "build.xml" "pom.xml" "setup.py" "stack.yaml") (with-eval-after-load "project" (add-to-list 'project-find-functions #'jao-find-compilation-root t))) |