diff options
author | pommicket <pommicket@gmail.com> | 2021-08-14 01:38:09 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-08-14 01:38:09 -0400 |
commit | 82ef8c5f715a92e6e6c1708b5706332066e9edc8 (patch) | |
tree | 3258684e2f2faa8eb7f7e5029c0663d1ec7566e0 /Makefile |
initial commit
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..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 |