This commit is contained in:
Guilleag01
2022-07-29 17:51:51 +02:00
parent 1db0058ce4
commit 24111df335
2 changed files with 238 additions and 0 deletions

7
makefile Normal file
View File

@@ -0,0 +1,7 @@
CC = gcc
compilar: malbolge.c
clear
$(CC) malbolge.c -o malbolge.out -lm
$(CC) createCode.c -o createCode.out