add makefile

This commit is contained in:
Сергей Маринкевич
2022-12-26 19:12:24 +07:00
parent 12a8644bce
commit 323db2eaae
+6
View File
@@ -0,0 +1,6 @@
all: main.c
gcc main.c -o fdt_reader
clean:
rm -f fdt_reader