Files
malbologeInterpreter/makefile
Guilleag01 dee3bf3f04 ups
2022-07-29 17:55:22 +02:00

6 lines
76 B
Makefile

CC = gcc
compilar: malbolge.c
clear
$(CC) malbolge.c -o malbolge.out -lm