summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f14aa5ab983196fde35f4ae32888b7aa7b1c04ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all check

all: 16G.pit

16G.pit: GT-I9100-repartition
	cp 16G.pit.bak 16G.pit
	./$<

GT-I9100-repartition: main.c
	$(CC) -O0 -ggdb3 $< -o $@

check: 16G.pit
	sha512sum -c 16G.sha512