79676969

Date: 2025-06-24 03:29:20
Score: 1
Natty:
Report link
# Give all the source directories to make
VPATH = $(sort $(dir $(SRC))
obj/%.o : %.cpp
        $(COMPILE.cpp) -o $@ $<
the above code has following error

 *** commands commence before first target.  Stop.

 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mike Chuk