summaryrefslogtreecommitdiff
path: root/28_fix_vg_encr/Makefile
blob: f08edbe276d8ae66d94532e25e57faceda3d1f01 (plain)
1
2
3
4
5
CFLAGS=-ggdb3 -Wall -Werror -std=gnu99 -pedantic
encrypt: encrypt.c
	gcc $(CFLAGS) -o encrypt encrypt.c
clean:
        rm -f encrypt *~