bin_PROGRAMS = pong pong_SOURCES = \ main.c \ pong.c \ ball.c \ racket.c pong_CFLAGS = $(SDL_CFLAGS) pong_LDFLAGS = $(SDL_LIBS)