You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
144B

  1. ALL_OBJ= \
  2. src/formula/Evaluator.o \
  3. src/formula/Formula.o \
  4. src/formula/Parser.o \
  5. src/formula/Token.o \
  6. src/MyModule.o \
  7. src/Template.o