This commit is contained in:
tovjemam 2025-01-04 22:25:16 +01:00
parent 51a1db8539
commit ddec1650e6
2 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
BIN = graph.exe
OBJ = errors.o lex.o main.o math_functions.o parser.o ps_graph.o tree.o
OBJ = errors.obj lex.obj main.obj math_functions.obj parser.obj ps_graph.obj tree.obj
.c.obj:
cl $< /c