SmartAudio/lichee/brandy/pack_tools/sig_bootimg/makefile

14 lines
207 B
Makefile
Executable File

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)