Compare commits
2 commits
c1b914cb8e
...
dc9ddcfa76
Author | SHA1 | Date | |
---|---|---|---|
dc9ddcfa76 | |||
7c25300e2b |
2 changed files with 7 additions and 1 deletions
|
@ -20,4 +20,4 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||||
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release")
|
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(SimpleArchiver ${SimpleArchiver_SOURCES})
|
add_executable(simplearchiver ${SimpleArchiver_SOURCES})
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Simple Archiver
|
# Simple Archiver
|
||||||
|
|
||||||
|
This program exists because I could not get `tar` or `ar` to compile with
|
||||||
|
[Cosmopolitan](https://justine.lol/cosmopolitan/index.html). Thus, this
|
||||||
|
archiver will be written with support for Cosmopolitan in mind. This means
|
||||||
|
sticking to the C programming language and possibly using Cosmopolitan-specfic
|
||||||
|
API calls.
|
||||||
|
|
||||||
## LICENSE Information
|
## LICENSE Information
|
||||||
|
|
||||||
Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).
|
Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).
|
||||||
|
|
Loading…
Reference in a new issue