projects
/
maturita.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc1355
)
makefile
author
bylex
<mbilek06@gmail.com>
Thu, 20 Feb 2025 14:40:59 +0000
(15:40 +0100)
committer
bylex
<mbilek06@gmail.com>
Thu, 20 Feb 2025 14:40:59 +0000
(15:40 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a23ba9af86d8ea64f3585c712d65548d72cd9edc..f723fbfd0f3bd62d73e0433778f40977b36f4e29 100644
(file)
--- 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