Compare commits
No commits in common. "dc9ddcfa762a01c20573fb0c699ea7659855abd2" and "c1b914cb8e284793c0bf2e27965782f1c315d719" have entirely different histories.
dc9ddcfa76
...
c1b914cb8e
2 changed files with 1 additions and 7 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")
|
||||
endif()
|
||||
|
||||
add_executable(simplearchiver ${SimpleArchiver_SOURCES})
|
||||
add_executable(SimpleArchiver ${SimpleArchiver_SOURCES})
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
# 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
|
||||
|
||||
Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).
|
||||
|
|
Loading…
Reference in a new issue