mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 07:26:21 +00:00
postfix tweak
This commit is contained in:
parent
c4895b05c1
commit
684d4771dc
8
Makefile
8
Makefile
@ -89,14 +89,18 @@ clean:
|
||||
|
||||
install:
|
||||
$(MAKE) -C src install
|
||||
test -x postfix.sh && ./postfix.sh
|
||||
@if [ -x test ]; then \
|
||||
./postfix.sh; \
|
||||
fi
|
||||
|
||||
mega:
|
||||
$(MAKE) -C src mega
|
||||
|
||||
mega-install mi:
|
||||
$(MAKE) -C src mega-install
|
||||
test -x postfix.sh && ./postfix.sh
|
||||
@if [ -x test ]; then \
|
||||
./postfix.sh; \
|
||||
fi
|
||||
|
||||
#
|
||||
# code validation tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user