Makefile 298 B

1234567891011
  1. # Shortcuts to building and running tests on unix platforms.
  2. # Output files will be written to the directory listed below.
  3. all:
  4. cd ../../contrib/ports/unix/check/ && $(MAKE)
  5. check:
  6. cd ../../contrib/ports/unix/check/ && $(MAKE) check
  7. clean:
  8. cd ../../contrib/ports/unix/check/ && $(MAKE) clean