about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-09-04 18:16:47 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-09-04 18:16:47 +0200
commit4a275b2e66edd7305992fc8ec5d69e7cd43d7f2f (patch)
treedf9c21b4d4f8152e0025ed00f1685cc0f693713d /Makefile
parentabf78a769768254b2333ceff04b3c64da34a5d19 (diff)
downloadmkgpt-4a275b2e66edd7305992fc8ec5d69e7cd43d7f2f.tar.gz
Remove part.h, more unaligned accesses, more named constants, proper exit status.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe356f0..e982750 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ musl-static: static
 
 mkgpt: mkgpt.o crc32.o guid.o part_ids.o
 
-mkgpt.o: mkgpt.c guid.h part.h crc32.h
+mkgpt.o: mkgpt.c guid.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