summaryrefslogtreecommitdiff
path: root/other/shellkit/tmp/hpux-tools/sample-one/Makefile
blob: aea8390d7da0fd75bc37800a8f706361aea2625b (plain)
1
2
3
4
5
6
7
8
9
10
all: exploit vuln

exploit: exploit.c
	gcc exploit.c -o exploit
vuln: vuln.c
	gcc vuln.c -o vuln


clean:
	@rm -f core *.core *.o vuln exploit a.out