Created
July 2, 2011 08:56
-
-
Save kik/1059873 to your computer and use it in GitHub Desktop.
F**king Debian. make command is completely broken
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kik@icfpc-debian:~/tmp$ file /usr/share/ocamlmakefile/OCamlMakefile | |
| /usr/share/ocamlmakefile/OCamlMakefile: ASCII English text | |
| kik@icfpc-debian:~/tmp$ cat Makefile | |
| include /usr/share/ocamlmakefile/OCamlMakefile | |
| kik@icfpc-debian:~/tmp$ make | |
| make[1]: Entering directory `/home/kik/tmp' | |
| make[1]: OCamlMakefile: No such file or directory | |
| make[1]: *** No rule to make target `OCamlMakefile'. Stop. | |
| make[1]: Leaving directory `/home/kik/tmp' | |
| make: *** [byte-code] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment