bitwise: add progress on ion

This commit is contained in:
2018-03-23 15:25:46 -07:00
parent d67ca84c45
commit e779c77d32
4 changed files with 80 additions and 32 deletions

View File

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