Makefile.fpc 147 B

12345678910111213
  1. #
  2. # Makefile.fpc for Free Component Library
  3. #
  4. [sections]
  5. none=1
  6. [rules]
  7. all:
  8. $(MAKE) -C $(OS_TARGET) all
  9. [default]
  10. fpcdir=../../../..