SmartAudio/lichee/brandy/pack_tools/add_hash/makefile

13 lines
144 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
objects = add_hash.o
edit:$(objects)
gcc -static -o add_hash $(objects)
rm -rf $(objects)
clean:
rm -rf genchecksum_uboot $(objects)