SmartAudio/lichee/brandy/pack_tools/add_hash/makefile

13 lines
144 B
Makefile
Executable File

objects = add_hash.o
edit:$(objects)
gcc -static -o add_hash $(objects)
rm -rf $(objects)
clean:
rm -rf genchecksum_uboot $(objects)