mips-cc

A little C compiler
git clone git@git.mpah.dev/mips-cc.git
Log | Files | Refs | README

Makefile (87B)


      1 all:
      2 	@ocamlbuild -use-menhir test.byte
      3 
      4 clean:
      5 	@ocamlbuild -clean
      6 
      7 .PHONY: all clean