diff options
author | Simon Rettberg | 2019-11-25 18:12:27 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-25 18:12:27 +0100 |
commit | 48dbff44ce52e1b04418f128aa4590225fa37b8e (patch) | |
tree | 59dacff6d8cacbcf892972bf5fcc1d8d70562f7e /Makefile | |
download | jawol-48dbff44ce52e1b04418f128aa4590225fa37b8e.tar.gz jawol-48dbff44ce52e1b04418f128aa4590225fa37b8e.tar.xz jawol-48dbff44ce52e1b04418f128aa4590225fa37b8e.zip |
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..7e04cba --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + gcc -D_GNU_SOURCE -std=c99 -Os -g -Wall -Wextra -pedantic -o jawol jawol.c |