diff options
| author | mo khan <mo.khan@gmail.com> | 2021-01-11 19:50:55 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2021-01-11 19:50:55 -0700 |
| commit | bb57be5811095ccb5d0d8e7912a4e96df54475ed (patch) | |
| tree | 765337a773d165e75f47798ee560ae5b8784d5a1 /Makefile | |
| parent | 05ccc09c3ec239d8353b71ebbb4faa69feb3d349 (diff) | |
compile kilo with make
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..5444450 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +kilo: kilo.c + $(CC) kilo.c -o kilo -Wall -Wextra -pedantic -std=c99 |
