gol/graphics/Makefile

5 lines
126 B
Makefile
Raw Permalink Normal View History

2021-12-04 15:34:49 -05:00
.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