Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .c.o: $*.h
- gcc -c $*.c
- .cpp.o: $*.h
- g++ -Wall -Wno-deprecated -c $*.cpp
- all: trabalho
- trabalho: trabalho.o winGL.o
- gcc -o $@ $^ -lGL -lGLU -lglut
- clean:
- rm *.o *.*~ *~ trabalho
Advertisement
Add Comment
Please, Sign In to add comment