summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4eb9d72..c7de7f2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,11 @@ OBJECTS=$(SOURCES:.c=.o)
MAIN=dwarf-extract-struct
CFLAGS+=-g -Wall -Werror
+LDFLAGS=-ldwarf
all: $(MAIN)
$(MAIN): $(OBJECTS)
clean:
- rm -f *.o $(MAIN)
+ rm -f *.o $(MAIN)