This commit is contained in:
Guilleag01
2022-07-29 17:55:22 +02:00
parent 24111df335
commit dee3bf3f04

View File

@@ -4,4 +4,3 @@ compilar: malbolge.c
clear clear
$(CC) malbolge.c -o malbolge.out -lm $(CC) malbolge.c -o malbolge.out -lm
$(CC) createCode.c -o createCode.out