Project-3 / C cypher / Makefile
Makefile
Raw
compile : encrypt.c
	gcc -Wall -std=c99 encrypt.c -o encrypt
clean :
	-rm -f *.o encrypt core