add clean rule
This commit is contained in:
parent
d44c92d167
commit
27a170c6e3
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ CFLAGS=-std=c++11 -Wall -O2
|
|||
##### BREAKTHROUGH
|
||||
rand_player: mybt.h rand_player.cpp
|
||||
$(CC) $(CFLAGS) rand_player.cpp -o $@
|
||||
|
||||
clean:
|
||||
rm rand_player
|
||||
|
|
Reference in a new issue