summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvoisin2013-01-20 03:17:51 +0100
committerjvoisin2013-01-20 03:17:51 +0100
commitd97a964bca0296876491f382107e548048ffc821 (patch)
tree017d30406ef34fa5598d1ffb2d785ad6124d1b0d /Makefile
parent4bd7371e36d0e23c0514c134582db372f9b38402 (diff)
Crash with unexpected signals (fucktards only !)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7933f7e..255c42c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,10 @@ directory:
11 11
12prog: detection crash 12prog: detection crash
13 13
14crash: header_screwer 10123 14crash: header_screwer 10123 signals
15
16signals:
17 $(CC) $(CFLAGS) ./crash/signals.c -o $(OUTPUT_DIR)$@
15 18
1610123: 1910123:
17 $(CC) $(CFLAGS) ./crash/10123.c -o $(OUTPUT_DIR)$@ 20 $(CC) $(CFLAGS) ./crash/10123.c -o $(OUTPUT_DIR)$@