From 9e51cfbfd2ab013cb5e8474e74a499827f73318f Mon Sep 17 00:00:00 2001 From: "Peter H. Froehlich" Date: Fri, 23 Apr 2021 17:59:31 +0200 Subject: Replace fstypes.[ch] and make --type work for real. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 731570a..707b325 100644 --- a/Makefile +++ b/Makefile @@ -16,14 +16,14 @@ static: prod musl-static: CC:=musl-gcc musl-static: static -mkgpt: mkgpt.o crc32.o fstypes.o guid.o +mkgpt: mkgpt.o crc32.o guid.o part_ids.o -mkgpt.o: mkgpt.c guid.h fstypes.h part.h crc32.h -fstypes.o: fstypes.c fstypes.h guid.h +mkgpt.o: mkgpt.c guid.h part.h crc32.h guid.o: guid.c guid.h crc32.o: crc32.c crc32.h +part_ids.o: part_ids.c part_ids.h guid.h -.PHONY: check clean format install uninstall +.PHONY: check clean format install uninstall dev prod static musl-static check: -cppcheck --enable=all --inconclusive --std=c11 . -shellcheck *.sh -- cgit 1.4.1-2-gfad0