added more code
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall --pedantic -ansi --coverage
|
||||
|
||||
game: game.c
|
||||
$(CC) $(CFLAGS) game.c -o game -l ncurses
|
||||
|
||||
clean:
|
||||
rm game *.gcda *.gcno *.gcov
|
Reference in New Issue
Block a user