diff options
author | leo <leo@azuminha.com> | 2024-04-03 15:16:39 -0300 |
---|---|---|
committer | leo <leo@azuminha.com> | 2024-04-03 15:16:39 -0300 |
commit | 6a564da0f9c510c0222b05ba5da18c6ef73e8030 (patch) | |
tree | ba76677e1ce186cc31b31d3a04749b2c9889f625 /Makefile |
map implementado
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..00a226d --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + gcc -o main main.c map.c -g |