summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 48509b99c9c1f6e883c2d301f1ee453e927bd91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# (C) Copyright 2009 Red Hat Inc.
# Author: Amit Shah <amit.shah@redhat.com>

CC = gcc
CFLAGS = -Werror -g

.PHONY: all

all: test-file-zero-alloc-speed

clean:
	rm -f *.o *~ test-file-zero-alloc-speed