# SUPER majikal makefile OCAMLMAKEFILE = OcamlMakefile SOURCES = pnode.ml parser.mly lexer.mll main.ml RESULT = mperl all: byte-code test: all cat testing.bas | ./basic2c > out.c && gcc out.c -include $(OCAMLMAKEFILE)