We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f404938 commit 18a9ae2Copy full SHA for 18a9ae2
brainfuck
-16.5 KB
makefile
@@ -1,5 +1,5 @@
1
COMPILER=gcc
2
-CONF=-o brainfuck
+CONF=-o brainfuck.out
3
COMPILE=$(COMPILER) $(CONF)
4
5
compile:
0 commit comments