tic-tac-toe/makefile

4 lines
46 B
Makefile

all:
gcc index.c -o "tictactoe"
./tictactoe