From 1efdb8ab18042d9efc7c2e6addf7f414fbee5590 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Tue, 21 Apr 2026 19:55:51 +0200 Subject: Added graphics functions --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3fdfb71..36ba9fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ CC := cc CCFLAGS := -O3 -std=c99 -pedantic -Wall -Wextra -LDFLAGS := -lraylib +LDFLAGS := -lraylib -lm SRC_DIR := src DST_DIR := dst @@ -17,6 +17,6 @@ $(DST_DIR)/%.c.o: %.c .PHONY: clean clean: rm -r $(DST_DIR) - + rm physics run: ./physics -- cgit v1.3