bitwise: more work on ion

This commit is contained in:
2018-03-27 15:59:34 -07:00
parent c242894f94
commit 2404595738
3 changed files with 141 additions and 7 deletions

View File

@@ -5,7 +5,8 @@ CFLAGS := -g -std=c99 -Wall -Werror
.PHONY: all run
all: run
run:$(TARGET)
run: $(TARGET)
@echo "running $(TARGET)"
./$(TARGET)
$(TARGET): $(OBJS)