## # Mine Sweeper # # @main.c # @version 0.1 main: main.c cc main.c -Wall -lSDL2 -lSDL2_ttf -o mine_sweeper # end