summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-08-14 01:38:09 -0400
committerpommicket <pommicket@gmail.com>2021-08-14 01:38:09 -0400
commit82ef8c5f715a92e6e6c1708b5706332066e9edc8 (patch)
tree3258684e2f2faa8eb7f7e5029c0663d1ec7566e0 /Makefile
initial commit
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..324430b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+dlsub: main.c
+ $(CC) -O0 -g -o dlsub main.c -std=c89 -Wpedantic -pedantic -Wall -Wextra -Wshadow -Wconversion -Wimplicit-fallthrough