GLdc/samples/Makefile
2018-06-05 12:17:21 -04:00

20 lines
488 B
Makefile

# Manipulate the CFLAGS to look our *our* version of the library and includes
INC_DIR = $(abspath ../include)
LIB_DIR = $(abspath ../)
export CFLAGS := $(CFLAGS) -I $(INC_DIR)
export OBJEXTRA := $(LIB_DIR)/libGLdc.a
all:
$(KOS_MAKE) -C nehe02 all
$(KOS_MAKE) -C nehe02va all
$(KOS_MAKE) -C nehe03 all
$(KOS_MAKE) -C nehe06 all
$(KOS_MAKE) -C ortho2d all
<<<<<<< HEAD
$(KOS_MAKE) -C lerabot01 all
=======
$(KOS_MAKE) -C zclip all
>>>>>>> 5b05039dfd461861a8541aa66ea325f59bb9f746