diff test/suite2_x86win32std/Makefile.generic @ 665:ef356272a1c7 default tip

- introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o)
author Tassilo Philipp
date Thu, 20 Jun 2024 17:10:12 +0200
parents 3e629dc19168
children
line wrap: on
line diff
--- a/test/suite2_x86win32std/Makefile.generic	Thu May 23 16:05:45 2024 +0200
+++ b/test/suite2_x86win32std/Makefile.generic	Thu Jun 20 17:10:12 2024 +0200
@@ -1,4 +1,4 @@
-APP = suite2_x86win32std
+APP = suite2_x86win32std${APP_SUFFIX}
 OBJS = case.o main.o
 
 TOP     = ../..