mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 09:18:40 -09:00
This is the first step into replacing all code that relies on PATH_MAX, more changes will follow.
5 lines
182 B
Makefile
5 lines
182 B
Makefile
bin_PROGRAMS = ncdu
|
|
|
|
ncdu_SOURCES = browser.c calc.c delete.c exclude.c help.c main.c path.c util.c
|
|
|
|
noinst_HEADERS = browser.h calc.h delete.h exclude.h help.h ncdu.h path.h util.h
|