aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/accounting/Makefile
blob: 647c94a219bf5660a72b7ce5803042b6f37cdff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := getdelays

all: $(PROGS)

clean:
	rm -fr $(PROGS)