Compare commits
No commits in common. "7339aeeae55671d176f7e008759d946630d0be72" and "8cb5175630b8cd8333c46400c5438919ef8c52a7" have entirely different histories.
7339aeeae5
...
8cb5175630
@ -7,6 +7,4 @@ target_link_libraries(untar PRIVATE minitar)
|
||||
add_executable(pack EXCLUDE_FROM_ALL pack.c)
|
||||
target_link_libraries(pack PRIVATE minitar)
|
||||
|
||||
add_custom_target(examples DEPENDS list untar pack)
|
||||
add_custom_target(examples-posix DEPENDS list untar pack)
|
||||
add_custom_target(examples-windows DEPENDS list)
|
||||
add_custom_target(examples DEPENDS list untar pack)
|
@ -27,6 +27,7 @@ int main(int argc, char** argv)
|
||||
return 1;
|
||||
}
|
||||
int exit_status = 0;
|
||||
struct minitar_entry_metadata metadata;
|
||||
int arg = 2;
|
||||
while (arg < argc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user