diff options
Diffstat (limited to 'other/shellkit/tmp/hpux-tools/sample-one/Makefile')
| -rw-r--r-- | other/shellkit/tmp/hpux-tools/sample-one/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/other/shellkit/tmp/hpux-tools/sample-one/Makefile b/other/shellkit/tmp/hpux-tools/sample-one/Makefile new file mode 100644 index 0000000..aea8390 --- /dev/null +++ b/other/shellkit/tmp/hpux-tools/sample-one/Makefile | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | all: exploit vuln | ||
| 2 | |||
| 3 | exploit: exploit.c | ||
| 4 | gcc exploit.c -o exploit | ||
| 5 | vuln: vuln.c | ||
| 6 | gcc vuln.c -o vuln | ||
| 7 | |||
| 8 | |||
| 9 | clean: | ||
| 10 | @rm -f core *.core *.o vuln exploit a.out | ||
