Premake5 custom make target generation

98 views
Skip to first unread message

Victor P. R. Müller

unread,
Apr 20, 2018, 11:57:06 AM4/20/18
to Premake Development
Hello fellows,

currently at my university we learn C++ using g++ and gnu make and weekly have to solve a training paper.
Because I'm already a much more experienced developer I know and value the benefit of an IDE so I would like to use Visual Studio for testing and developing my code using premake for project file and makefile generation.
However the testing system of my university requires specific target names in the makefile so I have to somehow tell premake how certain tasks should be named in the makefile.

Is there any possibility to influence the task names premake is generating and / or even adding some?

Respectfully,

Victor P. R. Müller

starkos

unread,
Apr 25, 2018, 11:57:42 AM4/25/18
to Premake Development
Hello Victor,

No, not really, that's not an intended use of Premake. You could use it to generate an example Makefile, or you could search-and-replace the Makefiles that Premake generates.

–st.

Reply all
Reply to author
Forward
0 new messages