file reading

This commit is contained in:
2020-02-08 22:23:32 -08:00
parent af291c8ac2
commit 98f87d796c
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 $@ $<