diff options
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)$@ |
