Project makefile

Filename: makefile.txt
Project Name: Pluggable Authentication Module (PAM)
Language: makefile
Description:

This makefile will compile the code with the  necessary compiler flags for a Linux  system.

Code:

cs_password: ./cs_password.c
	gcc -o cs_password ./cs_password.c -lpam -lpam_misc -lcrack