diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 22:22:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 22:22:08 +0000 |
| commit | 83df36c2deddd71f0f12197a940e26fda90d9d48 (patch) | |
| tree | e7b41ae6aaad3827986379f5633120264c73d044 /test | |
| parent | 62bc805daaa857e76d18416ff3a1c583cea060ed (diff) | |
Clean all GL demos with a "make clean".
Don't need -lgdi32 anymore for CygWin.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1793 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index ae01d0b59..9d6b923b3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.15 2001/11/29 22:22:08 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -221,7 +221,7 @@ depend: makedepend -Y -I.. -f makedepend $(CPPFILES) clean: - -@ rm -f $(ALL) jpeg_image *.o core *~ + -@ rm -f $(ALL) $(GLALL) jpeg_image *.o core *~ install: @echo Nothing to install in test directory. @@ -230,5 +230,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.15 2001/11/29 22:22:08 easysw Exp $". # |
