diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | dispatch.c (renamed from wrapper.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 734cf37..8dee7f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ chroot.tar config.mk +dispatch ingest menu root @@ -7,4 +8,3 @@ setup stream tags view -wrapper diff --git a/Makefile b/Makefile index a510ad2..94befab 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ LDLIBS = -lutil -include config.mk +BINS += dispatch BINS += ingest BINS += menu BINS += setup BINS += stream BINS += view -BINS += wrapper all: tags ${BINS} diff --git a/wrapper.c b/dispatch.c index b3aaf28..b3aaf28 100644 --- a/wrapper.c +++ b/dispatch.c |