rm include/HMfuncptr.h ##/* To make sure LCPsetup.exe generates HMfuncptr.h */ make -f Makesetup ##/* Compiling, and Linking LCPsetup if it's necessary */ cd executables ##/* Changing directory to executables directory */ ./LCPsetup.exe --setup ##/* Executing LCPsetup.exe --setup */ mv HMfuncptr.h ../include ##/* Moving HMfuncptr.h to include directory */ rm LCPmain.exe ##/* To make sure LCPmain.exe is compiled, and linked */ cd .. ##/* Changing directory to main directory */ make -f Makerun ##/* Compiling, and Linking LCPmain.exe */ cd executables ##/* Changing directory to executables directory */ ./LCPmain.exe ##/* Executing LCPmain.exe */