Makefile 74 B

1234567
  1. all:
  2. $(MAKE) -C src all
  3. clean:
  4. rm -f Cargo.lock
  5. $(MAKE) -C src clean