5 lines
130 B
Makefile
5 lines
130 B
Makefile
all: $(patsubst %.obj,%.h,$(wildcard *.obj))
|
|
|
|
%.h: %.obj
|
|
python ../res/render_obj_fixed_point_c_source.py $< $(basename $<) > $@
|