Basics of makefile syntax involve understanding the structure and syntax of a Makefile, which is used to automate the build process of a project. This includes defining variables, rules, targets, dependencies, and commands to execute. By mastering the basics of makefile syntax, developers can efficiently manage and automate the compilation and linking of their projects.