mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
8 lines
254 B
Makefile
8 lines
254 B
Makefile
bin_PROGRAMS = ncdu
|
|
|
|
ncdu_SOURCES = browser.c calc.c delete.c dirlist.c exclude.c help.c main.c path.c util.c
|
|
if COMPLL
|
|
ncdu_SOURCES += compll.c
|
|
endif
|
|
|
|
noinst_HEADERS = browser.h compll.h calc.h delete.h dirlist.h exclude.h global.h help.h path.h util.h
|