all: 
	$(MAKE) CFLAGS="$(CFLAGS)" -C src all

clean:
	rm -f Cargo.lock
	$(MAKE) -C src clean