CC = gcc
firstproject: symulator.cpp
	$(CC) -L/usr/X11/lib -lglut -o symulator symulator.cpp tga.o
clean:
	rm -f symulator
