Files
malbologeInterpreter/makefile
Guilleag01 24111df335 Done
2022-07-29 17:51:51 +02:00

7 lines
114 B
Makefile

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