5 lines
126 B
Makefile
5 lines
126 B
Makefile
.DEFAULT_GOAL := convert_bin_to_img
|
|
|
|
convert_bin_to_img: convert_bin_to_img.c
|
|
gcc convert_bin_to_img.c -o convert_bin_to_img
|