aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-05-18 19:47:10 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-05-21 13:19:45 +0200
commit5963b99c3eba2c217e8ff86ab04501c89be3ccb0 (patch)
tree35d801bb8333592f6712115ee140aa40db0e5525 /Makefile
parent3ecceb89025ac3307909eec6e5a0b81d60a01547 (diff)
downloadell-5963b99c3eba2c217e8ff86ab04501c89be3ccb0.tar.gz
ell-5963b99c3eba2c217e8ff86ab04501c89be3ccb0.tar.xz
ell-5963b99c3eba2c217e8ff86ab04501c89be3ccb0.zip
Hello world works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3810925..34d6309 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -std=gnu99 -Wall
+CFLAGS = -std=gnu99 -Wall -Wextra -ggdb
all: ell
ell: ell.c
$(CC) $(CFLAGS) $< -o $@