diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-07 20:31:56 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-07 20:31:56 -0600 |
| commit | e03a3015c611ca9c2847c5ca15c49d644b3ef1a8 (patch) | |
| tree | 4c05e040457e6b68d929f9f3585f224e9a7ba9d7 /makefile | |
Initial commit
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..9e8eafd --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +debug: main.c + gcc -Wall main.c -o ./bin/debug
\ No newline at end of file |