comparison test/suite_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
comparison
equal deleted inserted replaced
664:64880e3f286c 665:ef356272a1c7
1 APP = suite_x86win32std 1 APP = suite_x86win32std${APP_SUFFIX}
2 OBJS = case.o main.o 2 OBJS = case.o main.o
3 3
4 SRCTOP = ../.. 4 SRCTOP = ../..
5 BLDTOP = ../../ 5 BLDTOP = ../../
6 CFLAGS += -I${SRCTOP}/dyncall 6 CFLAGS += -I${SRCTOP}/dyncall