From 190869967285173e92d4c8cf06bea1e99718fffe Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sun, 16 Apr 2023 03:39:23 -0700 Subject: draw a triangle i wonder where kitty-cricket learnt this one from --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 134a932..d9cd93f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .POSIX: -CC := clang -CFLAGS := -std=c11 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) +CC := clang +CFLAGS := -std=c11 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) LDFLAGS := -LDLIBS := -ldl $(shell sdl2-config --libs) +LDLIBS := -ldl $(shell sdl2-config --libs) all: mino mino: glad.o graph.o mino.o mino.o: mino.c include/mino.h -- cgit v1.2.3