View this PageEdit this PageAttachments to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Lab 3 -- More fun with lex and yacc -- sample makefile

Makefile for previous build that used bash-script

typing 'make' at the command-line will automatically build the calc2
application

typing 'make clean' will delete the intermediate and executable files,
but leave .y, .l and other files untouched.

Makefile