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

7 lines
130 B
Makefile
Raw Normal View History

2023-02-16 20:35:32 +01:00
CC=g++
CFLAGS=-std=c++11 -Wall -O2
##### BREAKTHROUGH
rand_player: mybt.h rand_player.cpp
$(CC) $(CFLAGS) rand_player.cpp -o $@