Makefile 113 B

1234567
  1. .PHONY: all debug clean install
  2. all debug clean install:
  3. for d in Pal LibOS; \
  4. do \
  5. make -C $$d $@; \
  6. done