all:
	g++ -o retas pixel_1.cpp -lSDL -lpthread

clean:
	rm -f retas

