summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-01-04 00:02:37 +0300
committerOxore <oxore@protonmail.com>2019-01-04 00:02:37 +0300
commiteae3a50f9c791c9aa7dae39cc87d63e0488c4cee (patch)
tree4576fe8c4f2a771e136bc69e661e2d66f01c4051 /Makefile
parent2a91a28bb2522149da09846372c62848617eed00 (diff)
Update libf8 dependency, fix linking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a21d7d..a34e428 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,6 @@ endif
LDFLAGS+=$(COMMON)
LDFLAGS_TETRIS+=$(LDFLAGS)
-LDFLAGS_TETRIS+=-L$(LIBF8)
-LDFLAGS_TETRIS+=-l:libf8.a
LDFLAGS_TETRIS+=-lcsfml-graphics
LDFLAGS_TETRIS+=-lcsfml-window
LDFLAGS_TETRIS+=-lcsfml-system