diff --git a/makefile b/makefile
new file mode 100644
index 0000000000000000000000000000000000000000..742bdf5ed475cd73bd6f90226fde48a0a164ef1d
--- /dev/null
+++ b/makefile
@@ -0,0 +1,3 @@
+all:
+	gcc -Wall -Wpedantic -std=c99 *.c -g -o Droll
+