From b57c21da92563eed58867a9a6b02c201006cbc57 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:52:57 -0600 Subject: Automake (#2) * gnu autotools build * ignore dist --- include/common.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 include/common.h (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h deleted file mode 100644 index 11b11d4..0000000 --- a/include/common.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef COMMON_H_ -#define COMMON_H_ - -struct point { - int x; - int y; -}; - -#endif // COMMON_H_ -- cgit v1.2.3