Skip to content

Commit 1e969e0

Browse files
mkowlzha101
authored andcommitted
QuoteGeneration/Makefile: Fix incorrect usage of exit
Signed-off-by: Michał Kowalczyk <mkow@invisiblethingslab.com>
1 parent 3ea8e6b commit 1e969e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuoteGeneration/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dcap: tdx_logic tdx_qgs tdx_attest $(CHECK_OPT) pce_logic qe3_logic qcnl_wrapper
5757
opt_check_failed:
5858
@echo "Please run download_prebuilt.sh before compiling"
5959
@echo "Exiting......"
60-
@exit -2
60+
@exit 3
6161

6262
pce_logic:
6363
$(MAKE) -C pce_wrapper/linux

0 commit comments

Comments
 (0)