X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=disassembler%2FMakefile;h=8651626379da3e955117bb318066b2a5f43e2c89;hb=c7913bc8c60fdd122c4b87b0979b372b39bb8fda;hp=e664722dbbc8ebc42741a3ffe0824277756af805;hpb=2e928c1b94243e38477f113b92d78876a15439be;p=b43-tools.git diff --git a/disassembler/Makefile b/disassembler/Makefile index e664722..8651626 100644 --- a/disassembler/Makefile +++ b/disassembler/Makefile @@ -15,11 +15,14 @@ main.o: main.h util.h list.h args.h util.o: util.h +args.o: args.h main.h util.h + $(BIN): $(OBJECTS) $(CC) $(CFLAGS) -o $(BIN) $(OBJECTS) $(LDFLAGS) install: all -install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/ + -install -o 0 -g 0 -m 755 b43-ivaldump $(PREFIX)/bin/ clean: -rm -f *~ *.o *.orig *.rej