diff options
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile new file mode 100644 index 0000000..296b627 --- /dev/null +++ b/graphics/Makefile @@ -0,0 +1,4 @@ +.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 |