aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-04-21 19:55:51 +0200
committerkotorifan <kotorifan05@gmail.com>2026-04-21 19:55:51 +0200
commit1efdb8ab18042d9efc7c2e6addf7f414fbee5590 (patch)
tree5ffd6553ab46e5465c0d056bc6658a23b27c5e64 /GNUmakefile
parent476c10961d6ddba806cd9f587fc461c848d27401 (diff)
downloadtrashbinphysics-1efdb8ab18042d9efc7c2e6addf7f414fbee5590.tar.gz
Added graphics functions
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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