mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-22 07:06:22 +00:00
Most targets of this Makefile require a underlying Makefile to be created before they are called. Otherwise you will get an error like this: make -C scst-1.0.0 clean make[3]: Entering directory '/.../scst/scstadmin/scstadmin.sysfs/scst-1.0.0' make[3]: *** No rule to make target 'clean'. Stop. Hence add a target that creates a underlying Makefile and add it as a dependency for all required targets.