ncdu-zig/src/Makefile.am
Yorhel 7698bfd980 Split path handling into path.c and replaced rpath() with a better implementation
This is the first step into replacing all code that relies on PATH_MAX,
more changes will follow.
2009-04-23 19:44:37 +02:00

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