From 470457e22a1b5537013603d5e367c51e47bb61bf Mon Sep 17 00:00:00 2001 From: James Date: Mon, 5 May 2014 17:50:20 +0100 Subject: fish --- libdpf/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libdpf/Makefile (limited to 'libdpf/Makefile') diff --git a/libdpf/Makefile b/libdpf/Makefile new file mode 100644 index 0000000..3c39ac5 --- /dev/null +++ b/libdpf/Makefile @@ -0,0 +1,12 @@ +OBJS = dpflib.o rawusb.o scsi.o bootload.o + +CFLAGS = -Wall -fPIC -I. -g +# CFLAGS += -DDEBUG + +all: libdpf.a + +libdpf.a: $(OBJS) + ar ruv $@ $(OBJS) + +clean: + -rm -f libdpf.a *.o -- cgit v1.2.3