Add open recipe to makefile

This commit is contained in:
Tyler Perkins 2021-12-18 18:25:54 -05:00
parent 9754b6a5f1
commit f1dcda2316

View File

@ -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