diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-23 08:01:15 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-23 08:01:15 -0500 |
commit | 461581a84e20da8df15533e00c64236c812b3757 (patch) | |
tree | 368e426c9569e14978670391d15c112e46908627 /Makefile | |
parent | c3fe00bca71fd48f9423cc9a2c319b477e556974 (diff) |
initial upload
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b8cdb4d --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + gcc -O3 -ggdb -g3 main.c -o main -Wall -Wextra #-flto |