--- Wizznic_src_build_380.old/Makefile.linux +++ Wizznic_src_build_380/Makefile.linux @@ -1,6 +1,8 @@ -#Makefile for wizznic. -#To make a system-wide install add DATADIR=/dir/to/data/ and BINDIR=/dir/to/bin/ to the make command -#To compile without OpenGL scaling support, add WITH_OPENGL=false to the make command. +# Makefile for wizznic. + +BINDIR = __META_PREFIX__/bin/ +DATADIR = __META_PREFIX__/data/ +WITH_OPENGL = true CC = gcc LD = $(CC)