diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 14:07:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 14:08:18 -0300 |
commit | 7afce21a30355068a4bdd186b44d79dd37d94937 (patch) | |
tree | 13dbb2350efc192a64ee7e738d5d4dd343fa789b /src/main.c | |
parent | rm -rf aux/ (diff) | |
download | gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz |
Cleanup repo, reinit in sh
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main.c b/src/main.c deleted file mode 100644 index a8bab28..0000000 --- a/src/main.c +++ /dev/null @@ -1,22 +0,0 @@ -#include "tar.h" -#include "gistatic.h" - -#include <stdlib.h> - -#ifdef TEST -static void -unit_tests(void) { - unit_tests_tar(); - unit_tests_gistatic(); -} -#endif - -int -main(int argc, char *argv[]) { -#ifdef TEST - unit_tests(); - return EXIT_SUCCESS; -#endif - - return gistatic_main(argc, argv); -} |