diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-07 16:49:54 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-07 16:49:54 +0000 |
commit | 774d079d806b4418a7a64f559703a5fc9e46dcf4 (patch) | |
tree | 9e387795cfe650aa08dbb60fef5c6b26948e628e /Makefile | |
parent | 0d8e5df811a61e045d0a097979c9c44bfc26e61d (diff) |
fix Warnings
fix Warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS=-I/usr/X11R6/include -g +CFLAGS=-I/usr/X11R6/include -g -Wall CC=c++ OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o |