1
0
Fork 0
remarkable-linux/tools/accounting/Makefile

10 lines
116 B
Makefile

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