2 adding to make target, 2 adding to make target -5 – Solvline LemonIDE Ver 1.0c User Manual
Page 29

LemonIDE
TM
Chapter 5. Using IDE
5.3.2 Adding to Make Target
,
If source file and makefile are created, next step is to add makefile to
Make Target. Make Target pane can be found in Make View. Select
folder where source file and makefile exists, right click and select “Add
Make Target”.
As new source file “Hello.c”was created on “5.2 Creating & Editing Source Codes”and compile environment
on “Hello.c “ was made on “5.3.1 Creating & Updating Makefile”, add compile environment as shown below.
Right image displays Hello added to Make Target.
TargeTarget Name : An alias for to be compiled target source file
Make Target : Arguments to be used in make(compile environment variables configured in makefile)
5-5