SmartAudio/lichee/brandy/pack_tools/update_simg/makefile

12 lines
139 B
Makefile
Executable File

objects = update_simg.o sparse.o
edit:$(objects)
gcc -o simg $(objects)
rm -rf $(objects)
clean:
rm -rf simg $(objects)