scrolling and whatnot

This commit is contained in:
2020-02-09 22:58:10 -08:00
parent bfacf003ad
commit e9c16239bb
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 $@ $<