From eeff5e273f22aa28e81ab080e9ffdce85ac394b8 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 22 Oct 2021 09:59:31 +0200 Subject: Prepare skeleton for bytecode interpreter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4465daf..30784b2 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SUFFIXES: # Source code location and files to watch for changes. -SRC_DIR := src/bootstrap +SRC_DIR := src/bytecode BUILD_DIR := build SRC_MAIN := $(SRC_DIR)/main.c WATCH_SRC := $(shell find $(SRC_DIR) -name "*.c" -or -name "*.s" -or -name "*.h") -- cgit v1.2.1