Description: use LDFLAGS in Makefile
 patch the Makefile to use LDFLAGS to enable hardening
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2014-10-23
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@
 # Main executable:
 
 $(TARGET):	madbomber.o
-	$(CC) $(CFLAGS) madbomber.o -o $(TARGET) $(SDL_LIB) -lm
+	$(CC) $(CFLAGS) madbomber.o -o $(TARGET) $(SDL_LIB) -lm $(LDFLAGS)
 
 
 # Main object:
