From 03c790d5b61ecc07a34e6d113a5b434b72c835fe Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 8 Jan 2021 01:06:43 -0800 Subject: Renamed viz -> printing, and tidied up the code a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90b3c40..39ea023 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result G= O=-O3 -CFILES=compiler.c grammar.c utils.c vm.c file_loader.c viz.c json.c +CFILES=compiler.c grammar.c utils.c vm.c file_loader.c printing.c json.c OBJFILES=$(CFILES:.c=.o) all: $(NAME) -- cgit v1.2.3