]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Add .out suffix to generated binary
authorMichal Horn <hornmich@fel.cvut.cz>
Wed, 29 Apr 2015 15:23:17 +0000 (17:23 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Wed, 29 Apr 2015 15:23:17 +0000 (17:23 +0200)
rpp-test-sw/Makefile.inc

index 505d96cc858da0e7dd86ea2f398befaa09e40f61..095a76b437761ab2b559adaf3cb69520fc98def8 100644 (file)
@@ -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