diff options
author | Karel Kočí <cynerd@email.cz> | 2018-12-02 21:09:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-12-02 21:09:06 +0100 |
commit | 08afc3a98b7385ea2439dec1aac0f41c4c14c408 (patch) | |
tree | a7bda6afb61a8d9da4ab0aff7ac993e823661578 /Makefile.am | |
parent | 5a7d5fa43536484508aad9d9553f64a33212311b (diff) | |
download | uroot-0.1.tar.gz uroot-0.1.tar.bz2 uroot-0.1.zip |
Update to working versionv0.1
Still way off from something usable by someone else but it already works
for me.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a451a6d..711f06a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ bin_PROGRAMS = uroot -uroot_SOURCES = main.c utils.c +uroot_SOURCES = main.c utils.c child.c sigpipe.c |