diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-11-10 23:52:13 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-11-10 23:52:13 +0100 |
commit | 2f25b5ed4c131d594419e5c291d7f4ae869d8347 (patch) | |
tree | d2bb19ee801e7245007e7a6bcc202aa1e6bf3063 /makefile | |
download | bicikelj-stat-master.tar bicikelj-stat-master.tar.gz bicikelj-stat-master.tar.bz2 bicikelj-stat-master.tar.lz bicikelj-stat-master.tar.xz bicikelj-stat-master.tar.zst bicikelj-stat-master.zip |
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 |