SmartAudio/lichee/brandy/pack_tools/sig_bootimg/makefile

14 lines
207 B
Makefile
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
objects = sig_bootimg.o
edit:$(objects)
gcc -o sigbootimg $(objects) -static
rm -rf $(objects)
cp sigbootimg ../../../../tools/pack-bintools/src/sigbootimg
clean:
rm -rf sigbootimg $(objects)