summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-10 13:36:26 -0700
committerCarl Worth <cworth@cworth.org>2010-05-10 13:36:26 -0700
commit633a692225fcdad15ce84776a7a18d7d008d52b3 (patch)
tree83a0df655a279826b659f07057b011d05b949e1c /Makefile
parenta70e7bab2b492f64455c74f2222b363f37dc8dfa (diff)
Add hash table implementation from glsl2 project.
The preprocessor here is intended to become part of the glsl2 codebase eventually anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0ca78d..0af7e05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
override CFLAGS += -Wall -Wextra -Wwrite-strings -Wswitch-enum -Wno-unused
-glcpp: glcpp.o glcpp-lex.o glcpp-parse.o
+glcpp: glcpp.o glcpp-lex.o glcpp-parse.o hash_table.o
%.c %.h: %.y
bison --defines=$*.h --output=$*.c $^