diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-08 12:45:58 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-08 12:45:58 -0500 |
| commit | 768628ea1767b966418f21dced0572e222a6208b (patch) | |
| tree | 74395ea195bddb3ec876febd52d025e06ec410e4 /Makefile | |
| parent | 89e35bddfb92c6c37177d9830bf0664e9abb29d9 (diff) | |
| download | ducky-768628ea1767b966418f21dced0572e222a6208b.zip ducky-768628ea1767b966418f21dced0572e222a6208b.tar.gz ducky-768628ea1767b966418f21dced0572e222a6208b.tar.bz2 ducky-768628ea1767b966418f21dced0572e222a6208b.tar.xz | |
rename to interpreter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |