SmartAudio/lichee/brandy/pack_tools/update_fes1/makefile

13 lines
171 B
Makefile
Raw Permalink Normal View History

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