~ubuntu-branches/ubuntu/trusty/grub-installer/trusty-proposed

1
2
3
4
5
6
7
8
9
CFLAGS := -Os -g -Wall

all: ensure-active

ensure-active: ensure-active.c
	$(CC) $(CFLAGS) $^ -o $@ -lparted

clean:
	rm -f ensure-active