summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 15:22:55 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 15:22:55 +0000
commita926cb9248e232a03c1eb051c53db4c3133236de (patch)
tree57b69883c5929ef02749eeeb28165368d100bfec /Makefile
parentfbdab9d36b346a007b236e5d2e7d961722778fd3 (diff)
major restructuring...
major restructuring...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8dff5ce..b61ed76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS=-I/usr/X11R6/include -g
CC=c++
-OBJECTS=GsWidget.o PSEditWidget.o flpsed.o
+OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o Postscript.o flpsed.o
%.o: %.cxx
$(CC) -c $(CFLAGS) $*.cxx