Commit bcb56041 by Uljana Reinsalu

Update Makefile

parent 9c35ddfa
Showing with 9 additions and 8 deletions
BIN = lab0
CC = g++
SRC = lab.cpp AnyLib.cpp
all: $(BIN)
$(BIN): $(SRC)
$(CC) -o $(BIN) $(SRC)
run: $(BIN)
BIN = lab0
CC = g++
SRC = lab0.cpp AnyLib.cpp
all: $(BIN)
$(BIN): $(SRC)
$(CC) -o $(BIN) $(SRC)
run: $(BIN)
./$(BIN)
\ No newline at end of file
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