3D setup
[metatoy] / Makefile
index ec659d8..9607e6f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ bin = game.com
 
 warn = -pedantic -Wall -Wno-unused-function
 opt = -O2
-inc = -Isrc -Isrc/kern -Isrc/libc
+inc = -Isrc -Isrc/3dgfx -Isrc/kern -Isrc/libc
 
 AS = nasm