Open ildus opened 9 years ago
:+1: . This fixes my error when using make:
make
gcc -Wall -pedantic -g -DUNIX_HOST -DVER=\"`svnversion -n`\" -c -o picoc.o picoc.c clang: error: no such file or directory: 'directory"' make: *** [picoc.o] Error 1
Please consider this instead, https://github.com/zsaleeba/picoc/pull/5, it replaces the svn version with the git hash, instead of just removing the information.
up 👍
:+1: . This fixes my error when using
make
: