diff options
| author | jvoisin | 2013-01-20 03:17:51 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-20 03:17:51 +0100 |
| commit | d97a964bca0296876491f382107e548048ffc821 (patch) | |
| tree | 017d30406ef34fa5598d1ffb2d785ad6124d1b0d /Makefile | |
| parent | 4bd7371e36d0e23c0514c134582db372f9b38402 (diff) | |
Crash with unexpected signals (fucktards only !)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -11,7 +11,10 @@ directory: | |||
| 11 | 11 | ||
| 12 | prog: detection crash | 12 | prog: detection crash |
| 13 | 13 | ||
| 14 | crash: header_screwer 10123 | 14 | crash: header_screwer 10123 signals |
| 15 | |||
| 16 | signals: | ||
| 17 | $(CC) $(CFLAGS) ./crash/signals.c -o $(OUTPUT_DIR)$@ | ||
| 15 | 18 | ||
| 16 | 10123: | 19 | 10123: |
| 17 | $(CC) $(CFLAGS) ./crash/10123.c -o $(OUTPUT_DIR)$@ | 20 | $(CC) $(CFLAGS) ./crash/10123.c -o $(OUTPUT_DIR)$@ |
