From d97a964bca0296876491f382107e548048ffc821 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Jan 2013 03:17:51 +0100 Subject: Crash with unexpected signals (fucktards only !) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7933f7e..255c42c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,10 @@ directory: prog: detection crash -crash: header_screwer 10123 +crash: header_screwer 10123 signals + +signals: + $(CC) $(CFLAGS) ./crash/signals.c -o $(OUTPUT_DIR)$@ 10123: $(CC) $(CFLAGS) ./crash/10123.c -o $(OUTPUT_DIR)$@ -- cgit v1.3