Add WIP on the playable shots list displaying
[Project_algorithmic_C.git] / Makefile
index 584ff34828b62514bab181bdaaa46dd8ffa1563b..6ff0b81a95e20711ead308b7240e7349d6242e77 100644 (file)
--- a/Makefile
+++ b/Makefile
 # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr
 BINARY_NAME:=othello
 SRC_PATH:=src
-# will add -lothello automagically linking flags
-LIBRARY_NAME:=libothello
+LIBRARY_NAME:=lib$(BINARY_NAME)
 LIBRARY_PATH:=lib
-LDLIBS:=-lncurses -ltinfo
+LDLIBS:=-l$(BINARY_NAME) -lncurses -ltinfo
 BUILD_TYPE:=debug
 #BUILD_TYPE:=release