6 lines
76 B
Makefile
6 lines
76 B
Makefile
CC = gcc
|
|
|
|
compilar: malbolge.c
|
|
clear
|
|
|
|
$(CC) malbolge.c -o malbolge.out -lm
|