dasm: Move some definitions around.
[b43-tools.git] / disassembler / Makefile
index e664722dbbc8ebc42741a3ffe0824277756af805..efb41257142ae4790df665bfa7cad8f195ee08c1 100644 (file)
@@ -15,6 +15,8 @@ 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)