From 2b135d87f5c1f1f307984f5fd78e151f5ee99dae Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 11 Mar 2024 01:34:22 -0500 Subject: Replace build system with zig Zig is actually handling the building and such, now the Makefile is here just as a wrapper for it. --- main.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 main.h (limited to 'main.h') diff --git a/main.h b/main.h deleted file mode 100644 index d6d758e..0000000 --- a/main.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c) 2024 Zachary Smith -#ifndef MAIN_H_ -#define MAIN_H_ - -#include -#include -#include -#include -#include - -#include -#include - -#define VERSION "1.0.0" - -enum return_t { - SUCCESS = 0, - ERR -}; - -void printhelp(void); -void printcopyright(void); -void printversion(void); -int main(int, char**); - -#endif // MAIN_H_ -- cgit v1.2.3