diff options
author | Brian <[email protected]> | 2007-09-14 09:58:32 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-14 09:59:08 -0600 |
commit | bb4a9b2dcedc449f8e60f7d136b086d011ed3323 (patch) | |
tree | 0babc0ddce40c8a56486cf202fe68978c7fc1f40 /progs/demos/Makefile | |
parent | 032707eeca2e6a0fd931ebd9ef4831bf30baf183 (diff) |
added copypix.c test (test glCopyPixels w/ pixel zoom)
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index cf96828ed7f..7bfcefd02d1 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 *~ |