graphics

experiments with opengl3.2/ogles3.3 on linux and win7
git clone http://frotz.net/git/graphics.git
Log | Files | Refs

module.mk (98B)


      1 M_PATH := $(modulepath)
      2 
      3 M_NAME := hello
      4 M_OBJS := hello.o
      5 M_LIBS := common
      6 
      7 include build/app.mk