diff --git a/makefile b/makefile index 81783fe..7420e5e 100644 --- a/makefile +++ b/makefile @@ -3,5 +3,4 @@ CC = gcc compilar: malbolge.c clear - $(CC) malbolge.c -o malbolge.out -lm - $(CC) createCode.c -o createCode.out \ No newline at end of file + $(CC) malbolge.c -o malbolge.out -lm \ No newline at end of file