Skip to content

Commit 18a9ae2

Browse files
committed
removed brainfuck && modified the makefile to compile the exe as 'brainfuck.out'
1 parent f404938 commit 18a9ae2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

brainfuck

-16.5 KB
Binary file not shown.

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMPILER=gcc
2-
CONF=-o brainfuck
2+
CONF=-o brainfuck.out
33
COMPILE=$(COMPILER) $(CONF)
44

55
compile:

0 commit comments

Comments
 (0)