mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
5 lines
150 B
Makefile
5 lines
150 B
Makefile
bin_PROGRAMS = ncdu
|
|
|
|
ncdu_SOURCES = browser.c calc.c exclude.c help.c main.c util.c
|
|
|
|
noinst_HEADERS = browser.h calc.h exclude.h help.h ncdu.h util.h
|