file reading

This commit is contained in:
2020-02-08 22:23:32 -08:00
parent 09920200e8
commit bfacf003ad
2 changed files with 91 additions and 14 deletions

View File

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