1
2all:
3	$(MAKE) CFLAGS="$(CFLAGS)" -C src all
4
5clean:
6	rm -f Cargo.lock
7	$(MAKE) -C src clean