aboutsummaryrefslogtreecommitdiff
path: root/interpreter/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-08-27 08:53:56 +0200
committerCamil Staps2016-08-27 08:53:56 +0200
commitce17a386f6c9047f8e7251de3a9e9cf3c10996e0 (patch)
treec3124eafcd35865626af8644f64a81d648461eed /interpreter/Makefile
parentAdd examples to doc (diff)
fuspelc -> fuspel
Diffstat (limited to 'interpreter/Makefile')
-rw-r--r--interpreter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/Makefile b/interpreter/Makefile
index 25c28ee..dd22bf8 100644
--- a/interpreter/Makefile
+++ b/interpreter/Makefile
@@ -1,8 +1,8 @@
CFLAGS=-Wall -Wextra -Werror -s
DEPS=lex.h syntax.h print.h parse.h log.h eval.h mem.h code.h
-OBJ=fuspelc.o lex.o syntax.o print.o parse.o log.o eval.o mem.o code.o
-EXE=fuspelc
+OBJ=fuspel.o lex.o syntax.o print.o parse.o log.o eval.o mem.o code.o
+EXE=fuspel
.PHONY: all clean