view lwlib/rules.make @ 1:96c4dc89016e

Removed unneeded setting for CC in Makefile
author lost@l-w.ca
date Wed, 19 Jan 2011 22:31:00 -0700
parents 2c24602be78f
children a4812d57ed13
line wrap: on
line source

dirname := $(dir $(lastword $(MAKEFILE_LIST)))

lwlib_srcs_local := lw_alloc.c lw_error.c lw_expr.c lw_stack.c \
	lw_string.c lw_stringlist.c

lwlib_srcs := $(lwlib_srcs) $(addprefix $(dirname),$(lwlib_srcs_local))