summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjacksonmj <jacksonmj@jacksonmj.none>2011-01-07 14:13:13 (GMT)
committer jacksonmj <jacksonmj@jacksonmj.none>2011-01-07 14:14:35 (GMT)
commit1ab4d328a64c096aecc618dd4d15359cb620bd51 (patch)
tree827a7d7882526fe8e6b76986e340100542c04d77 /Makefile
parented8c0031f4899ea4d1bf0b1ad15620bef735dbae (diff)
downloadpowder-1ab4d328a64c096aecc618dd4d15359cb620bd51.zip
powder-1ab4d328a64c096aecc618dd4d15359cb620bd51.tar.gz
Start function pointers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37e3c8d..3a61b11 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SOURCES := src/*.c
+SOURCES := src/*.c src/elements/*.c
CFLAGS := -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
OFLAGS := -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations