summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index d66afd2..55e78bc 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -1,7 +1,10 @@
CC=i686-foolos-gcc
-CFLAGS=-w
-PROGS=shell simple brainfuck add checker ls
+CFLAGS=
+CFLAGS+=-w
+CFLAGS+=-std=gnu11
+
+PROGS=shell simple brainfuck add checker ls clear
ext2.img: $(PROGS)
dd if=/dev/zero of=ext2.img bs=512 count=5000