From: bylex Date: Thu, 20 Feb 2025 14:40:59 +0000 (+0100) Subject: makefile X-Git-Url: https://git.bylex.cz/?a=commitdiff_plain;h=5a18ecbf76ef96d985001180fa824c970eab24a3;p=maturita.git makefile --- 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