This Directory include Remaking AZ-Prolog interpreter Makefile or sh

###########################
1) Using Makefile 

## Linux
$> make
  or 
$> make prolog

## Windows
$> nmake
  or 
$> nmake prolog

###########################
2) Using shell or Batch 

## Linux
$ source azpc_sample.sh

## Windows

> azpc_sample_win.bat
