Makefile 76 B

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