abbbi / nullfsvfs

a virtual black hole file system that behaves like /dev/null
GNU General Public License v3.0
290 stars 12 forks source link

Makefile No rule to make target `arch/x86/tools/relocs.c', #13

Closed medislam closed 2 years ago

medislam commented 2 years ago

Makefile error No rule to make target `arch/x86/tools/relocs.c',

To solve it, change $(PWD) by $(shell pwd)

abbbi commented 2 years ago

Thanks, fixed.