aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e614309..d63a093 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ GPFLAGS=-g
LIBS=-lpari -lreadline -ltermcap
-GP = points sea
+GP = gp
GPC = $(addsuffix .c, $(GP))
GPO = $(addsuffix .o, $(GP))
GPH = $(addsuffix .h, $(GP))
@@ -18,7 +18,7 @@ GPH = $(addsuffix .h, $(GP))
all: ecgen
ecgen: ecgen.o $(GPO)
- $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
gp2c: $(GPC)