linux-surface/tools/accounting/Makefile
2017-08-10 09:25:24 -04:00

10 lines
116 B
Makefile

CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays
all: $(PROGS)
clean:
rm -fr $(PROGS)