diff --git a/Makefile b/Makefile index 70a923e..3305878 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,8 @@ all : $(OBJ) src/config.hpp : cp src/config.def.hpp src/config.hpp +open : all + $(BIN)/$(TARGET) $(OBJ): src/config.hpp