diff --git a/Makefile b/Makefile index 90def09..591492f 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ $(BIN): $(BIN).c clean: $(BIN) rm $(BIN) + +run: $(BIN) + ./$(BIN) -d