summarylogtreecommitdiffstats
path: root/.install
blob: 5e08b1ae330e166899fb064a281a593c3203389b (plain)
1
2
3
4
post_install() {
	echo -e '\nInstead of using a makefile, you can add the following alias to your ~/.bashrc:'
	echo -e  "    "alias make50="'"'make CC=clang CFLAGS="-ggdb3 -O0 -std=c99 -Wall -Werror" LDLIBS="-lcs50 -lm"'"'"'\n'
}