make Assembler message Fatal error
This is my output when I type "make" while in ~/ferret-sidejack
└─$ make
gcc -g -Wall -rdynamic -c src/crypto-des.c -o tmp/crypto-des.o
Assembler messages:
Fatal error: can't create tmp/crypto-des.o: No such file or directory
make: *** [Makefile:16: tmp/crypto-des.o] Error 1
I made a directory /tmp/crypto-des.o but I still receive the same error when re-trying the "make" command