6 строки
168 B
Makefile
6 строки
168 B
Makefile
bin_PROGRAMS = ncdu
|
|
|
|
ncdu_SOURCES = browser.c calc.c delete.c exclude.c help.c main.c util.c
|
|
|
|
noinst_HEADERS = browser.h calc.h delete.h exclude.h help.h ncdu.h util.h
|