Function to clean gmacs compilation-process files in the "root folder".

clean_root(path = ".", verbose = TRUE)

Arguments

path

character string or file path representing root (default: ".")

verbose

(TRUE/FALSE) flag to print file names being deleted

Value

nothing

Details

Deletes files matching "\*.obj","\*.cpp","\*.htp", "gmacs.exe",and "gmacs.tpl" in the folder given by path.

See also

[clean_files()]