emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste 6655ecc 085/298: Rename make compile to make buil


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 6655ecc 085/298: Rename make compile to make build because it's easier to remember
Date: Thu, 9 Dec 2021 18:59:49 -0500 (EST)

branch: elpa/webpaste
commit 6655ecc50a85fccdfe5127a621eba4a8c766d673
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Rename make compile to make build because it's easier to remember
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fff11b3..faebe4d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,14 +6,14 @@ all: test
 test:
        ${MAKE} clean
        ${MAKE} unit
-       ${MAKE} compile
+       ${MAKE} build
        ${MAKE} unit
        ${MAKE} clean
 
 unit:
        ${CASK} exec ert-runner
 
-compile:
+build:
        ${CASK} build
 
 clean:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]