ion: start implementing stretchy buffers via the video.

This commit is contained in:
2018-03-15 15:53:22 -07:00
parent 39937b6c00
commit d67ca84c45
3 changed files with 35 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
TARGET := ion
OBJS := $(TARGET).o
CFLAGS := -g
CFLAGS := -g -std=c99
all: $(TARGET)