Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is how we can do it:

Code Block
OBJS    := $(patsubstsubst %.cpp,%.o,$(SRCS))

This example swaps out *.cpp with *.o.