BIN = graph.exe OBJ = errors.o lex.o main.o math_functions.o parser.o ps_graph.o tree.o .c.obj: cl $< /c $(BIN): $(OBJ) cl $(OBJ) /Fe$(BIN)