No Description

Makefile 105B

123
  1. all: pong.cpp resources
  2. g++ pong.cpp -o pong -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio