nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0f8dff7988ba972a8eae47cd3a84e08e1f815212
parent e1b37d5634769e980a0b9128bc53ceb3f37513ef
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Sat, 28 Nov 2020 00:36:20 +0100

NFCI: Make "compile" target match "load" target.

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -352,8 +352,7 @@ case.h compile: \ make-compile warn-auto.sh - ( cat warn-auto.sh; ./make-compile ) > \ - compile + ( cat warn-auto.sh; ./make-compile ) > compile chmod 755 compile condredirect: \