Hello world works

This commit is contained in:
2017-05-18 19:47:10 +02:00
parent 3ecceb8902
commit 5963b99c3e
2 changed files with 178 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS = -std=gnu99 -Wall
CFLAGS = -std=gnu99 -Wall -Wextra -ggdb
all: ell
ell: ell.c
$(CC) $(CFLAGS) $< -o $@