vlead / 2017-summer-internship

internship related information
Other
1 stars 2 forks source link

Makefile not working #17

Open AdLucem opened 7 years ago

AdLucem commented 7 years ago

On running a =make -k all= in my =web-app-haskell/imp= directory, the build is stopped halfway with the following error:

Removing old name: is a directory: /home/atreyee/web-app-haskell/imp/build/code/test/ makefile:34: recipe for target 'build' failed make: *** [build] Error 255 make: Target 'all' not remade because of errors.

Additionally, it removes the code in my =build/code= directory.