Can EDE generate my projects make file from the command line?
Yes, run the following command: ede.exe -X”SysQuit” example.psp project.pjt Or use this command for running EDE minimized and without splash screen: start /WAIT /MIN ede.exe -X”SysQuit” example.psp project.pjt -NOSPLASH Note: If the generated make file is exactly the same as the already existing make file, the original file will not be replaced. If the file time must be updated always, you can delete the existing make file first.