3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00
Brooklyn/tools/accounting/Makefile
Raziel K. Crowe 13f0645c94 update
2022-09-09 14:21:57 +05:00

11 lines
160 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays procacct
all: $(PROGS)
clean:
rm -fr $(PROGS)