impotent/Makefile
2025-08-31 16:22:38 +03:00

3 lines
69 B
Makefile

all:
$(CC) -I./ -O2 -std=c11 -o nua main.c parse.c vm.c lexer.c -lm