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