Changeset 24fda5e in mainline for uspace/app/untar/Makefile


Ignore:
Timestamp:
2018-06-05T16:05:16Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18ad56a8, 8404342
Parents:
04051b8e
Message:

separate the TAR extraction to a library to make the code reusable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/untar/Makefile

    r04051b8e r24fda5e  
    3030BINARY = untar
    3131
     32LIBS = untar
     33
    3234SOURCES = \
    33         main.c \
    34         tar.c
     35        main.c
    3536
    3637include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.