# # # CC ?= gcc CFLAGS += -Wall -pedantic LDFLAGS = MAKEDEP = $(CC) -M INSTALL = install RM = rm -f # prg = gpart version = 0.1h