fabianishere / brainfuck

Brainfuck interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not build with clang

adamv opened this issue · comments

make all CC=cc CCFLAGS=
Building
mkdir -p bin
cc  -o /private/tmp/brainfuck-9gd5/brainfuck-0.1.2/bin/brainfuck /private/tmp/brainfuck-9gd5/brainfuck-0.1.2/src/*
clang: error: cannot specify -o when generating multiple output files
make: *** [all] Error 1

See: Homebrew/legacy-homebrew#19542

I'm currently writing a CMakeLists.txt. I hope that makes it easier.

I added a CMakeLists.txt file. Does it work now?