Skip to content
Snippets Groups Projects
Makefile 122 B
all:
	$(CC) -Wall -O3 -std=c99 $(shell sdl-config --cflags) -o warpzone_animation *.c -lm -lGL $(shell sdl-config --libs)