Makefile 164 Bytes
Newer Older
Nianchen Deng's avatar
sync    
Nianchen Deng committed
1
2
3
4
5
6
OUTNAME_RELEASE = view_gl
OUTNAME_DEBUG   = view_gl_debug
EXTRA_DIRECTORIES = ../utils ../fnr_core
.NOTPARALLEL:
MAKEFILE ?= ../Makefile.config
include $(MAKEFILE)