From 1307e019183ed0032e112fcc6c6b840c2946fa05 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 9 Dec 2021 17:51:53 +0100 Subject: Makefile: drop -T+libc This is implied by -l --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6eb43f..afbbfd2 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ LIBS=-lc -lSDL2_image -lSDL2 demo: - hare build $(LIBS) -T+libc cmd/demo + hare build $(LIBS) cmd/demo run: - hare run $(LIBS) -T+libc cmd/demo + hare run $(LIBS) cmd/demo .PHONY: demo run -- cgit v1.2.3