Commit bcb56041 by Uljana Reinsalu

Update Makefile

parent 9c35ddfa
Showing with 1 additions and 1 deletions
BIN = lab0 BIN = lab0
CC = g++ CC = g++
SRC = lab.cpp AnyLib.cpp SRC = lab0.cpp AnyLib.cpp
all: $(BIN) all: $(BIN)
$(BIN): $(SRC) $(BIN): $(SRC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment