aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
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