allwinner_a64/lichee/brandy/pack_tools/script/makefile
2018-08-08 14:16:19 +08:00

14 lines
191 B
Makefile
Executable file

objects = script.o
edit:$(objects)
gcc -o script $(objects) -static
rm -rf $(objects)
cp script ../../../tools/pack/pctools/linux/mod_update/script
clean:
rm -rf script $(objects)