a bit more progress on lua bindings
[philodendron.git] / lang_ext / Makefile
blob81f91563bae017774631eba2285dcbf1f664b852
2 CFLAGS=-Wall -g -O6 -std=c99
3 SUBDIRS=lua
4 TARGETS=all clean
6 .PHONY: $(TARGETS)
7 $(TARGETS):
8 @for dir in $(SUBDIRS) ; do make -w -C $$dir $@; done