scrolling and whatnot

This commit is contained in:
2020-02-09 22:58:10 -08:00
parent 98f87d796c
commit 12eeed043e
4 changed files with 96 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ clean:
.PHONY: run
run: $(BIN)
reset
./$(BIN) escapes.txt
./$(BIN) notes.txt
%.o: %.c
$(CC) $(CFLAGS) -c $@ $<