Skip to content

JD297/cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc

c compiler

Makefile

Basic Makefile recipes

$ make
$ make clean
$ make PREFIX=/usr/local install
$ make PREFIX=/usr/local uninstall

Test source code with testsh.

$ make tests