diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..f5eb442 --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +default: + gcc -Wextra -Wformat-security -Wall -pedantic -O0 -g d.c -od -lcurl -lcjson +run: + ./d >> db < db |