summaryrefslogtreecommitdiff
path: root/c-signals/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c-signals/Makefile')
-rw-r--r--c-signals/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/c-signals/Makefile b/c-signals/Makefile
new file mode 100644
index 0000000..afd71c3
--- /dev/null
+++ b/c-signals/Makefile
@@ -0,0 +1,5 @@
+a.out:
+ gcc -Wall -Werror -Wpedantic main.c
+
+clean:
+ -rm a.out