tic-tac-toe/makefile

4 lines
46 B
Makefile
Raw Permalink Normal View History

2021-06-27 21:17:55 -04:00
all:
gcc index.c -o "tictactoe"
./tictactoe