summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-14 09:58:32 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-14 09:59:08 -0600
commitbb4a9b2dcedc449f8e60f7d136b086d011ed3323 (patch)
tree0babc0ddce40c8a56486cf202fe68978c7fc1f40 /progs/demos/Makefile
parent032707eeca2e6a0fd931ebd9ef4831bf30baf183 (diff)
added copypix.c test (test glCopyPixels w/ pixel zoom)
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r--progs/demos/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index cf96828ed7..7bfcefd02d 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -19,6 +19,7 @@ PROGS = \
arbocclude \
bounce \
clearspd \
+ copypix \
cubemap \
drawpix \
engine \
@@ -153,6 +154,10 @@ fslight.o: fslight.c extfuncs.h
+viewdds: viewdds.c
+ $(CC) -I$(INCDIR) $(CFLAGS) $< readtex.o $(APP_LIB_DEPS) -L. -lgltc -o $@
+
+
clean:
-rm -f $(PROGS)
-rm -f *.o *~