This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
iaj/TP2/Makefile
2023-03-10 13:40:06 +01:00

9 lines
154 B
Makefile

CC=g++
CFLAGS=-std=c++11 -Wall -O2
##### BREAKTHROUGH
rand_player: mybt.h rand_player.cpp
$(CC) $(CFLAGS) rand_player.cpp -o $@
clean:
rm rand_player