nds/model/Makefile
2024-09-11 06:20:44 -05:00

5 lines
130 B
Makefile

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