summaryrefslogtreecommitdiffstats
path: root/util/mptable/Makefile
blob: f88367eb98690593f8f43a909b2a6e283681f9d4 (plain)
1
2
3
4
5
6
7
8
CC=gcc
CFLAGS=-O2 -Wall -Wextra -Wshadow -Wno-sign-compare

mptable: mptable.c
	$(CC) $(CFLAGS) -o $@ $<

clean:
	rm -f mptable
OpenPOWER on IntegriCloud