aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-11-08 12:45:58 -0500
committerFranklin Wei <git@fwei.tk>2015-11-08 12:45:58 -0500
commit768628ea1767b966418f21dced0572e222a6208b (patch)
tree74395ea195bddb3ec876febd52d025e06ec410e4 /Makefile
parent89e35bddfb92c6c37177d9830bf0664e9abb29d9 (diff)
downloadducky-768628ea1767b966418f21dced0572e222a6208b.zip
ducky-768628ea1767b966418f21dced0572e222a6208b.tar.gz
ducky-768628ea1767b966418f21dced0572e222a6208b.tar.bz2
ducky-768628ea1767b966418f21dced0572e222a6208b.tar.xz
rename to interpreter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10fc5cc..691e291 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
OUT = build
PLATFORM = unix
-DUCKY_OBJ = src/ducky.o
+DUCKY_OBJ = src/interp.o
CFLAGS = -lbsd -lm -Og -g -I src/ -I target/$(PLATFORM)