42-push_swap
42-push_swap copied to clipboard
can't compile after clone
hi! I cloned the project and get this error after executing make: Missing file : src/pw_helper_1.c
- Compiling src/pw_helper_1.c into obj/pw_helper_1.o clang: error: no such file or directory: 'src/pw_helper_1.c' clang: error: no input files make: *** [obj/pw_helper_1.o] Error 1
Hi @hyperclick
Can you double check if you have file pw_helper_1.c inside src?