nds/model/Makefile

5 lines
123 B
Makefile

all: $(patsubst %.obj,%.h,$(wildcard *.obj))
%.h: %.obj
python render_obj_fixed_point_c_source.py $< $(basename $<) > $@