zsaleeba / picoc

A very small C interpreter
1.45k stars 183 forks source link

Fix issue #2 #18

Closed RickCarlino closed 7 years ago

RickCarlino commented 8 years ago

I had to remove -DVER=\"svnversion -n\" from the Makefile, otherwise I got this error:

gcc -Wall -pedantic -g -DUNIX_HOST -DVER=\"`svnversion -n`\"   -c -o picoc.o picoc.c
gcc: error: directory": No such file or directory
make: *** [picoc.o] Error 1