rotagon/Makefile
Frank Villaro-Dixon 561aedd930 some beats
2015-01-01 12:05:40 +01:00

6 lines
98 B
Makefile

all:
clang *.c `sdl-config --cflags --libs` -lSDL_mixer -lm -Wall -Wextra -o jeu
clean:
rm jeu