Makefile (120B)
1 2 CFLAGS := -O2 -Wall 3 SRCS := gpttool.c 4 5 gpttool: $(SRCS) 6 $(CC) $(CFLAGS) -o gpttool $(SRCS) -lz 7 8 clean: 9 rm -f gpttool
gpttoolA tool to create GUID Partition Tables | |
| git clone http://frotz.net/git/gpttool.git | |
| Log | Files | Refs |