postfix.sh for repeat compilers

This commit is contained in:
joonicks
2025-09-22 16:40:16 +02:00
parent fc915b62ba
commit 16e41aca86
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#
# EnergyMech, IRC Bot software
# Copyright (c) 1997-2018 proton
# Copyright (c) 1997-2025 proton
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -86,12 +86,14 @@ clean:
install:
$(MAKE) -C src install
test -x postfix.sh && ./postfix.sh
mega:
$(MAKE) -C src mega
mega-install:
$(MAKE) -C src mega-install
test -x postfix.sh && ./postfix.sh
#
# code validation tests