Compare commits
2 Commits
8cb5175630
...
7339aeeae5
Author | SHA1 | Date | |
---|---|---|---|
7339aeeae5 | |||
40302ddd41 |
@ -8,3 +8,5 @@ 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)
|
@ -27,7 +27,6 @@ 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