
target:
	$(CC) -o pcie_rst pcie_rst.c
clean:
	@rm -vf pcie_rst

