Files
Сергей Маринкевич 323db2eaae add makefile
2022-12-26 19:12:24 +07:00

7 lines
65 B
Makefile

all: main.c
gcc main.c -o fdt_reader
clean:
rm -f fdt_reader