summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-23 21:14:21 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-23 21:14:21 +0200
commit25ec6f6e96996d1f23cef9eb478209c8b8e286ad (patch)
tree918b7f1c2a78e62623c0393fe1a05c0314252e93
parent8aedc4e6dc111d5a5a8a07e9fdef112de9556024 (diff)
Add stuff to generate fragment programs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16b3771..a02407c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
SOURCES = main.c screen.c fifo.c object.c test_nops.c \
tcl_init.c tcl_triangle.c
HEADERS = screen.h fifo.h object.h test_nops.h \
- tcl_init.h tcl_triangle.h
+ tcl_init.h tcl_triangle.h nv30_fpinst.h
OBJECTS = $(SOURCES:%.c=%.o)