aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2016-12-21 22:39:27 +0100
committerJ08nY2016-12-21 22:39:27 +0100
commitde1f5bccb47bc847b182b9f7497e0b077f86361b (patch)
tree6540e1787435134838d4d48652ada81ca9d6fd59 /Makefile
parentadb0d5368c5972260a2617f60407301134e73ab4 (diff)
downloadecgen-de1f5bccb47bc847b182b9f7497e0b077f86361b.tar.gz
ecgen-de1f5bccb47bc847b182b9f7497e0b077f86361b.tar.zst
ecgen-de1f5bccb47bc847b182b9f7497e0b077f86361b.zip
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)