diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-12 15:14:16 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-12 15:14:16 +0000 |
commit | 570f2cbe4b10f587591273226a64b79d6d0f48e7 (patch) | |
tree | bb6c2e327bdd517eb1e9c3adec1e34c5a962071f /Makefile | |
parent | dbac923494a608d03f9381687b2ee2a3056b6696 (diff) |
fix some warnings
fix some 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 Postscript.o flpsed.o |