From c13ca1ceaa4251071c596a0738ddb162a389357d Mon Sep 17 00:00:00 2001 From: cylgom Date: Sat, 6 Oct 2018 12:46:44 +0200 Subject: [PATCH] fixed linking flags --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 40ac575..bd572b7 100644 --- a/makefile +++ b/makefile @@ -47,7 +47,7 @@ $(SUBD)/termbox-next/bin/termbox.a: $(BIND)/$(NAME):$(OBJS) @echo "compiling $@" @mkdir -p $(BIND) - @$(CC) $(INCL) $(FLAGS) $(LINK) -o $(BIND)/$(NAME) $(OBJS) + @$(CC) $(INCL) $(FLAGS) -o $(BIND)/$(NAME) $(OBJS) $(LINK) @cp -r $(LANG) $(BIND)/lang @cp $(RESD)/config.ini $(BIND)