From 6bb9b162de6ad62d0368d9758646f4e49677776a Mon Sep 17 00:00:00 2001 From: Michal Horn Date: Wed, 29 Apr 2015 17:23:17 +0200 Subject: [PATCH] Add .out suffix to generated binary --- rpp-test-sw/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpp-test-sw/Makefile.inc b/rpp-test-sw/Makefile.inc index 505d96c..095a76b 100644 --- a/rpp-test-sw/Makefile.inc +++ b/rpp-test-sw/Makefile.inc @@ -1,6 +1,6 @@ makefile_inc_dir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) -all: rpp-test-sw +all: rpp-test-sw.out # Use the configuration "exported" by library build CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config @@ -35,7 +35,7 @@ OBJS = $(SOURCES:%.c=%.obj) RPP_CFLAGS += -I$(makefile_inc_dir)/cmdproc/include -I$(makefile_inc_dir) RPP_CFLAGS += -I. # For version.h -rpp-test-sw: $(OBJS) $(RPP_LIB_DIR)/rpp-lib.lib +rpp-test-sw.out: $(OBJS) $(RPP_LIB_DIR)/rpp-lib.lib $(LD) $(RPP_CFLAGS) $(RPP_LDFLAGS) $(OBJS) $(RPP_LDLIBS) -o $@ $(makefile_inc_dir)/commands/main.c: version.h -- 2.39.2