5 lines
45 B
Makefile
5 lines
45 B
Makefile
|
|
||
|
all: mkfimage
|
||
|
gcc mkfimage.c -o mkfimage
|
||
|
|