Changes in graphics_library/makefile [af116c0:2e5aa0c] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • graphics_library/makefile

    raf116c0 r2e5aa0c  
    11CC = g++
    2 LIB_FLAGS = -lGL -lglut -lGLEW `pkg-config glfw3 --static --cflags --libs`
     2LIB_FLAGS = -lGL -lglut -lGLEW -lglfw
    33FLAGS = -Wall
    4 DEPENDENCIES = common/texture.o common/controls.o common/shader.o
     4DEPENDENCIES =
    55
    66graphics_engine : main.cpp $(DEPENDENCIES)
     
    1111
    1212clean:
    13         rm -f *.o
    14         rm -f common/*.o
    15         rm -f graphics_engine
     13        rm graphics_engine
     14        rm *.o
Note: See TracChangeset for help on using the changeset viewer.