ncdu-zig/src/Makefile.am

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