From 5a18ecbf76ef96d985001180fa824c970eab24a3 Mon Sep 17 00:00:00 2001 From: bylex Date: Thu, 20 Feb 2025 15:40:59 +0100 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a23ba9a..f723fbf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -g -w -O0 all: int ass -int: +int: $(CC) -I$(HOME)/software/tigr $(HOME)/software/tigr/tigr.c interpreter.c -o interpreter -lGLU -lGL -lX11 $(CFLAGS) ass: $(CC) $(CFLAGS) assembler.c -o assembler -- 2.25.1