diff options
Diffstat (limited to 'progs/miniglx')
-rw-r--r-- | progs/miniglx/Makefile.solo (renamed from progs/miniglx/Makefile.X11) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/progs/miniglx/Makefile.X11 b/progs/miniglx/Makefile.solo index 60eda759ac2..0cca1e07e35 100644 --- a/progs/miniglx/Makefile.X11 +++ b/progs/miniglx/Makefile.solo @@ -1,6 +1,4 @@ -# Simple makefile for compiling test programs on Linux -# These programs aren't intended to be included with the normal -# distro. They're not too interesting but they're good for testing. +# Makefile for miniglx demo programs TOP = ../.. @@ -47,7 +45,7 @@ clean: rm -f *.o -# Run 'make -f Makefile.X11 dep' to update the dependencies if you change +# Run 'make -f Makefile.solo dep' to update the dependencies if you change # what's included by any source file. depend: $(SOURCES) makedepend -fdepend -Y $(INCLUDES) \ |