summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2021-01-11 19:50:55 -0700
committermo khan <mo.khan@gmail.com>2021-01-11 19:50:55 -0700
commitbb57be5811095ccb5d0d8e7912a4e96df54475ed (patch)
tree765337a773d165e75f47798ee560ae5b8784d5a1 /Makefile
parent05ccc09c3ec239d8353b71ebbb4faa69feb3d349 (diff)
compile kilo with make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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